diff options
author | Fabio Estevam | 2014-03-16 18:20:09 -0300 |
---|---|---|
committer | Stefano Babic | 2014-03-31 18:28:50 +0200 |
commit | 3e94380b75bcae01e7b68f013fd39b2bc1491d62 (patch) | |
tree | 2c61f2ac96618b50b84715b53c2345d9fd3dc557 /include/configs | |
parent | 2bbcccf552cbbd076ba8055fc693fc207cd60482 (diff) |
woodburn_sd: Remove CONFIG_BOOT_INTERNAL
CONFIG_BOOT_INTERNAL is not used anywhere, so let's remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/woodburn_sd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/woodburn_sd.h b/include/configs/woodburn_sd.h index 10e1d170ba2..437472f3eda 100644 --- a/include/configs/woodburn_sd.h +++ b/include/configs/woodburn_sd.h @@ -17,8 +17,6 @@ /* Set TEXT in RAM */ #define CONFIG_SYS_TEXT_BASE 0x82000000 -#define CONFIG_BOOT_INTERNAL - /* * SPL */ |