dragonboard410c: Increase default environment size.
Due to changes in distro environment, ENV_SIZE limit was reached on Dragonboard. This patch increases environment size to 8KiB. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
This commit is contained in:

committed by
Tom Rini

parent
09849f4a77
commit
333463d669
@@ -129,7 +129,7 @@ REFLASH(dragonboard/u-boot.img, 8)\
|
|||||||
BOOTENV
|
BOOTENV
|
||||||
|
|
||||||
#define CONFIG_ENV_IS_NOWHERE
|
#define CONFIG_ENV_IS_NOWHERE
|
||||||
#define CONFIG_ENV_SIZE 0x1000
|
#define CONFIG_ENV_SIZE 0x2000
|
||||||
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
#define CONFIG_ENV_VARS_UBOOT_CONFIG
|
||||||
#define CONFIG_SYS_NO_FLASH
|
#define CONFIG_SYS_NO_FLASH
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user