From: Neil Armstrong Date: Tue, 19 Feb 2019 12:42:20 +0000 (+0100) Subject: configs: meson64: permit redefining ENV_SIZE X-Git-Tag: v2019.10-rc2~2^2~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=191a374e65ef9c333263677538753188703dd94e;p=oweals%2Fu-boot.git configs: meson64: permit redefining ENV_SIZE Permit redefining ENV_SIZE for board specific configs. Signed-off-by: Neil Armstrong --- 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