diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-21 22:17:36 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-01-17 09:17:26 -0500 |
commit | 76d82187c6cccbcd8d514015c3b283f05ee8ac5c (patch) | |
tree | c6b3c90c469c7a61ee6b14854565eecb30f1e92f /include/configs/bf537-pnav.h | |
parent | 2ff6922280025c1315c53fa2eb4ab33f0c9591de (diff) | |
download | u-boot-imx-76d82187c6cccbcd8d514015c3b283f05ee8ac5c.zip u-boot-imx-76d82187c6cccbcd8d514015c3b283f05ee8ac5c.tar.gz u-boot-imx-76d82187c6cccbcd8d514015c3b283f05ee8ac5c.tar.bz2 |
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/bf537-pnav.h')
-rw-r--r-- | include/configs/bf537-pnav.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bf537-pnav.h b/include/configs/bf537-pnav.h index 0f908ef..6627a04 100644 --- a/include/configs/bf537-pnav.h +++ b/include/configs/bf537-pnav.h @@ -94,7 +94,7 @@ * Env Storage Settings */ #if (CONFIG_BFIN_BOOT_MODE == BFIN_BOOT_SPI_MASTER) -#define ENV_IS_EMBEDDED_CUSTOM +#define CONFIG_ENV_IS_EMBEDDED_IN_LDR #define CONFIG_ENV_IS_IN_SPI_FLASH #define CONFIG_ENV_OFFSET 0x4000 #else |