diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-02-19 13:42:20 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-08-12 10:02:30 +0200 |
commit | 191a374e65ef9c333263677538753188703dd94e (patch) | |
tree | 30bc1bc264d7fa4284e2bbaa8dba5a81afaef737 /include/configs | |
parent | cddca4b4cafffaf6f5ada53057df667ed5c3679b (diff) |
configs: meson64: permit redefining ENV_SIZE
Permit redefining ENV_SIZE for board specific configs.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/meson64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/meson64.h b/include/configs/meson64.h index 78b1615d5c..f8d3eee292 100644 --- a/include/configs/meson64.h +++ b/include/configs/meson64.h @@ -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 |