summaryrefslogtreecommitdiffstats
path: root/include/configs/imx27lite-common.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-06-06 05:25:20 +0000
committerStefano Babic <sbabic@denx.de>2011-06-07 15:06:26 +0200
commit43f13e4ad7b5fb5606d6cf4a902b2ccf9c67277c (patch)
tree96626df100629b53cf87dbb4db26a5d2ce8aeeb6 /include/configs/imx27lite-common.h
parentba8dcca78dc071fb1f419a920c82c18b10f9eff3 (diff)
downloadblackbird-obmc-uboot-43f13e4ad7b5fb5606d6cf4a902b2ccf9c67277c.tar.gz
blackbird-obmc-uboot-43f13e4ad7b5fb5606d6cf4a902b2ccf9c67277c.zip
imx27lite: 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>
Diffstat (limited to 'include/configs/imx27lite-common.h')
-rw-r--r--include/configs/imx27lite-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h
index bc1fa00eff..8d93277c22 100644
--- a/include/configs/imx27lite-common.h
+++ b/include/configs/imx27lite-common.h
@@ -34,6 +34,8 @@
#define CONFIG_DISPLAY_BOARDINFO
#define CONFIG_DISPLAY_CPUINFO
+#define CONFIG_SYS_TEXT_BASE 0xc0000000
+
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
#define CONFIG_SETUP_MEMORY_TAGS 1
#define CONFIG_INITRD_TAG 1
OpenPOWER on IntegriCloud