summaryrefslogtreecommitdiff
path: root/include/configs/rv1108_common.h
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-22 00:35:56 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-11-22 01:57:24 +0300
commit08790230fe80d46ff6368e0dc1e1be500ca3c4bf (patch)
tree670247b653a049be8aceebc16bf9dcc1d112f9f4 /include/configs/rv1108_common.h
parentecb103bf686f78df7fa65aa21346a8b36bd2bc5e (diff)
downloadu-boot-08790230fe80d46ff6368e0dc1e1be500ca3c4bf.tar.xz
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 <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'include/configs/rv1108_common.h')
-rw-r--r--include/configs/rv1108_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rv1108_common.h b/include/configs/rv1108_common.h
index 5ee45594a3..549839d4d6 100644
--- a/include/configs/rv1108_common.h
+++ b/include/configs/rv1108_common.h
@@ -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