[U-Boot] [PATCH] woodburn_sd: Remove CONFIG_BOOT_INTERNAL

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 */

On 16/03/2014 22:20, Fabio Estevam wrote:
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
*/
Thanks Fabio !
Acked-by: Stefano Babic sbabic@denx.de
Best regards, Stefano Babic

On 16/03/2014 22:20, Fabio Estevam wrote:
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
Applied to u-boot-imx, thanks !
Best regards, Stefano Babic
participants (2)
-
Fabio Estevam
-
Stefano Babic