summaryrefslogtreecommitdiffstats
path: root/include/configs/bf548-ezkit.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-07-21 22:17:36 -0400
committerMike Frysinger <vapier@gentoo.org>2010-01-17 09:17:26 -0500
commit76d82187c6cccbcd8d514015c3b283f05ee8ac5c (patch)
treec6b3c90c469c7a61ee6b14854565eecb30f1e92f /include/configs/bf548-ezkit.h
parent2ff6922280025c1315c53fa2eb4ab33f0c9591de (diff)
downloadtalos-obmc-uboot-76d82187c6cccbcd8d514015c3b283f05ee8ac5c.tar.gz
talos-obmc-uboot-76d82187c6cccbcd8d514015c3b283f05ee8ac5c.zip
Blackfin: tweak embedded LDR env config option
Use the common config option for extracting the environment for embedding into LDR files and clarify the LDR-specific option. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bf548-ezkit.h')
-rw-r--r--include/configs/bf548-ezkit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h
index 5b9de16958..d0a9e491fc 100644
--- a/include/configs/bf548-ezkit.h
+++ b/include/configs/bf548-ezkit.h
@@ -107,7 +107,7 @@
#define CONFIG_ENV_OFFSET 0x10000
#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_ENV_SECT_SIZE 0x10000
-#define ENV_IS_EMBEDDED_CUSTOM
+#define CONFIG_ENV_IS_EMBEDDED_IN_LDR
#elif (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_NAND)
#define CONFIG_ENV_IS_IN_NAND
#define CONFIG_ENV_OFFSET 0x40000
@@ -118,7 +118,7 @@
#define CONFIG_ENV_OFFSET 0x2000
#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_ENV_SECT_SIZE (128 * 1024)
-#define ENV_IS_EMBEDDED_CUSTOM
+#define CONFIG_ENV_IS_EMBEDDED_IN_LDR
#endif
OpenPOWER on IntegriCloud