[U-Boot] [PATCH] imx31_litekit: Remove local config.mk

Local board config.mk should be avoided.
Place CONFIG_SYS_TEXT_BASE definition into the board config file instead.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com --- board/logicpd/imx31_litekit/config.mk | 1 - include/configs/imx31_litekit.h | 2 ++ 2 files changed, 2 insertions(+), 1 deletions(-) delete mode 100644 board/logicpd/imx31_litekit/config.mk
diff --git a/board/logicpd/imx31_litekit/config.mk b/board/logicpd/imx31_litekit/config.mk deleted file mode 100644 index a7887ba..0000000 --- a/board/logicpd/imx31_litekit/config.mk +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0xa0000000 diff --git a/include/configs/imx31_litekit.h b/include/configs/imx31_litekit.h index 7ee7076..1131db0 100644 --- a/include/configs/imx31_litekit.h +++ b/include/configs/imx31_litekit.h @@ -39,6 +39,8 @@ #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO
+#define CONFIG_SYS_TEXT_BASE 0xa0000000 + /* Temporarily disabled */ #if 0 #define CONFIG_OF_LIBFDT 1

On 06/06/2011 03:13 PM, Fabio Estevam wrote:
Local board config.mk should be avoided.
Place CONFIG_SYS_TEXT_BASE definition into the board config file instead.
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Thanks for fixing this issue, too.
Acked-by: Stefano Babic sbabic@denx.de
Regards, Stefano

On 06/06/2011 03:13 PM, Fabio Estevam wrote:
Local board config.mk should be avoided.
Place CONFIG_SYS_TEXT_BASE definition into the board config file instead.
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