mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
zynq-common: Change Env. Sector size to 128Kb
Changed Env. Sector size from 0x10000 to 128Kb Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
committed by
Albert ARIBAUD
parent
e83f61a6b3
commit
18eee22f4c
@ -129,8 +129,10 @@
|
||||
#define CONFIG_BOOTP_HOSTNAME
|
||||
#define CONFIG_BOOTP_MAY_FAIL
|
||||
|
||||
/* Total Size of Environment Sector */
|
||||
#define CONFIG_ENV_SIZE (128 << 10)
|
||||
|
||||
/* Environment */
|
||||
#define CONFIG_ENV_SIZE 0x10000 /* Env. sector size */
|
||||
#define CONFIG_ENV_IS_NOWHERE
|
||||
|
||||
/* Default environment */
|
||||
|
||||
Reference in New Issue
Block a user