diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-06-06 05:25:20 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2011-06-07 13:06:26 (GMT) |
commit | 43f13e4ad7b5fb5606d6cf4a902b2ccf9c67277c (patch) | |
tree | 96626df100629b53cf87dbb4db26a5d2ce8aeeb6 /board/logicpd/imx27lite/config.mk | |
parent | ba8dcca78dc071fb1f419a920c82c18b10f9eff3 (diff) | |
download | u-boot-fsl-qoriq-43f13e4ad7b5fb5606d6cf4a902b2ccf9c67277c.tar.xz |
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 'board/logicpd/imx27lite/config.mk')
-rw-r--r-- | board/logicpd/imx27lite/config.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/logicpd/imx27lite/config.mk b/board/logicpd/imx27lite/config.mk deleted file mode 100644 index 018d920..0000000 --- a/board/logicpd/imx27lite/config.mk +++ /dev/null @@ -1,5 +0,0 @@ -# with relocation CONFIG_SYS_TEXT_BASE can be anything, and making it 0 -# makes relative and absolute relocation fixups interchangeable. -#CONFIG_SYS_TEXT_BASE = 0 - -CONFIG_SYS_TEXT_BASE = 0xc0000000 |