]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: remove duplicate CONFIG_ENV_SIZE definitions
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 21 Nov 2017 21:35:56 +0000 (22:35 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 21 Nov 2017 22:57:24 +0000 (23:57 +0100)
A few header files still have a definition of CONFIG_ENV_SIZE, causing
warnings during buildman runs.  This removes the duplicate definitions
from evb_px5.h, geekbox.h and rv1108_common.h.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
include/configs/evb_px5.h
include/configs/geekbox.h
include/configs/rv1108_common.h

index d008539eb1f563fce7edb74d605deb96651ec3e2..4160187d50ca70816480a4625a4df8ab83db7da3 100644 (file)
@@ -9,8 +9,6 @@
 
 #include <configs/rk3368_common.h>
 
-#define CONFIG_ENV_SIZE                        0x2000
-
 #define CONFIG_CONSOLE_SCROLL_LINES    10
 
 #endif
index 7a707cb2a0f77f1f4de82f3d1ddb8c578cc77761..bb2ef9a31b718db4c0516fea3f17c635aacbaf97 100644 (file)
@@ -9,8 +9,6 @@
 
 #include <configs/rk3368_common.h>
 
-#define CONFIG_ENV_SIZE                        0x2000
-
 #define CONFIG_CONSOLE_SCROLL_LINES            10
 
 #endif
index 5ee45594a33860adbb60365d32a48a3a6f39e205..549839d4d62f04692bf617e6d7981e692fb01b12 100644 (file)
@@ -9,7 +9,6 @@
 #include <asm/arch/hardware.h>
 #include "rockchip-common.h"
 
-#define CONFIG_ENV_SIZE                        0x2000
 #define CONFIG_SYS_MALLOC_LEN          (32 << 20)
 #define CONFIG_SYS_CBSIZE              1024
 #define CONFIG_SKIP_LOWLEVEL_INIT