
16 Mar
2014
16 Mar
'14
10:20 p.m.
From: Fabio Estevam fabio.estevam@freescale.com
CONFIG_BOOT_INTERNAL is not used anywhere, so let's remove it.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- include/configs/woodburn_sd.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/woodburn_sd.h b/include/configs/woodburn_sd.h index 10e1d17..437472f 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 */
--
1.8.1.2