mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-06 14:51:35 +00:00
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>
This commit is contained in:
parent
ecb103bf68
commit
08790230fe
3 changed files with 0 additions and 5 deletions
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
#include <configs/rk3368_common.h>
|
#include <configs/rk3368_common.h>
|
||||||
|
|
||||||
#define CONFIG_ENV_SIZE 0x2000
|
|
||||||
|
|
||||||
#define CONFIG_CONSOLE_SCROLL_LINES 10
|
#define CONFIG_CONSOLE_SCROLL_LINES 10
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
|
|
||||||
#include <configs/rk3368_common.h>
|
#include <configs/rk3368_common.h>
|
||||||
|
|
||||||
#define CONFIG_ENV_SIZE 0x2000
|
|
||||||
|
|
||||||
#define CONFIG_CONSOLE_SCROLL_LINES 10
|
#define CONFIG_CONSOLE_SCROLL_LINES 10
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
#include <asm/arch/hardware.h>
|
#include <asm/arch/hardware.h>
|
||||||
#include "rockchip-common.h"
|
#include "rockchip-common.h"
|
||||||
|
|
||||||
#define CONFIG_ENV_SIZE 0x2000
|
|
||||||
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
|
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
|
||||||
#define CONFIG_SYS_CBSIZE 1024
|
#define CONFIG_SYS_CBSIZE 1024
|
||||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue