From 08790230fe80d46ff6368e0dc1e1be500ca3c4bf Mon Sep 17 00:00:00 2001 From: Philipp Tomsich Date: Tue, 21 Nov 2017 22:35:56 +0100 Subject: rockchip: remove duplicate CONFIG_ENV_SIZE definitions 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 --- include/configs/geekbox.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/geekbox.h') diff --git a/include/configs/geekbox.h b/include/configs/geekbox.h index 7a707cb2a0..bb2ef9a31b 100644 --- a/include/configs/geekbox.h +++ b/include/configs/geekbox.h @@ -9,8 +9,6 @@ #include -#define CONFIG_ENV_SIZE 0x2000 - #define CONFIG_CONSOLE_SCROLL_LINES 10 #endif -- cgit