mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 16:10:58 +00:00
configs: meson64: permit redefining ENV_SIZE
Permit redefining ENV_SIZE for board specific configs. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
cddca4b4ca
commit
191a374e65
1 changed files with 2 additions and 0 deletions
|
@ -37,7 +37,9 @@
|
|||
|
||||
#define CONFIG_CPU_ARMV8
|
||||
#define CONFIG_REMAKE_ELF
|
||||
#ifndef CONFIG_ENV_SIZE
|
||||
#define CONFIG_ENV_SIZE 0x2000
|
||||
#endif
|
||||
#define CONFIG_SYS_MAXARGS 32
|
||||
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
|
||||
#define CONFIG_SYS_CBSIZE 1024
|
||||
|
|
Loading…
Reference in a new issue