forked from OERV-BSP/u-boot
unify {CONFIG_,}ENV_IS_EMBEDDED
Some boards have fallen out of sync by defining CONFIG_ENV_IS_EMBEDDED manually. While it is useful to have this available to the build system, let's do it automatically rather than forcing people to opt into it. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Albin Tonnerre <albin.tonnerre@free-electrons.com> Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
committed by
Wolfgang Denk
parent
02c9aa1d41
commit
0a9e4e7721
@@ -127,7 +127,6 @@
|
||||
#define CONFIG_ENV_OFFSET 0x4000
|
||||
#define CONFIG_ENV_SECT_SIZE 0x2000
|
||||
#define CONFIG_ENV_IS_IN_FLASH 1
|
||||
#define CONFIG_ENV_IS_EMBEDDED 1
|
||||
#else
|
||||
#define CONFIG_ENV_ADDR 0xffe04000
|
||||
#define CONFIG_ENV_SECT_SIZE 0x2000
|
||||
|
||||
Reference in New Issue
Block a user