summaryrefslogtreecommitdiffstats
path: root/include/configs/M5373EVB.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-24 16:34:32 -0400
committerWolfgang Denk <wd@denx.de>2009-08-25 12:57:54 +0200
commit0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d (patch)
treea752ffbef89c92cce902ce6c1de29884ef23598e /include/configs/M5373EVB.h
parent02c9aa1d41f73fdcf8383a36cc0cbbfaf952855d (diff)
downloadtalos-obmc-uboot-0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d.tar.gz
talos-obmc-uboot-0a9e4e772123fe3e2bb499d7d2160c4cfd8a3a8d.zip
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>
Diffstat (limited to 'include/configs/M5373EVB.h')
-rw-r--r--include/configs/M5373EVB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h
index 98d800f310..8652a80aa1 100644
--- a/include/configs/M5373EVB.h
+++ b/include/configs/M5373EVB.h
@@ -231,7 +231,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
/*-----------------------------------------------------------------------
* Cache Configuration
OpenPOWER on IntegriCloud