* [U-Boot] [PATCH] imx31_litekit: Remove local config.mk
@ 2011-06-06 13:13 Fabio Estevam
2011-06-06 13:26 ` Stefano Babic
2011-06-07 13:09 ` Stefano Babic
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2011-06-06 13:13 UTC (permalink / raw)
To: u-boot
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
--
1.6.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] imx31_litekit: Remove local config.mk
2011-06-06 13:13 [U-Boot] [PATCH] imx31_litekit: Remove local config.mk Fabio Estevam
@ 2011-06-06 13:26 ` Stefano Babic
2011-06-07 13:09 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2011-06-06 13:26 UTC (permalink / raw)
To: u-boot
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
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] imx31_litekit: Remove local config.mk
2011-06-06 13:13 [U-Boot] [PATCH] imx31_litekit: Remove local config.mk Fabio Estevam
2011-06-06 13:26 ` Stefano Babic
@ 2011-06-07 13:09 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2011-06-07 13:09 UTC (permalink / raw)
To: u-boot
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
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-06-07 13:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 13:13 [U-Boot] [PATCH] imx31_litekit: Remove local config.mk Fabio Estevam
2011-06-06 13:26 ` Stefano Babic
2011-06-07 13:09 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox