From 43f13e4ad7b5fb5606d6cf4a902b2ccf9c67277c Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 6 Jun 2011 05:25:20 +0000 Subject: 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 --- board/logicpd/imx27lite/config.mk | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 board/logicpd/imx27lite/config.mk (limited to 'board') diff --git a/board/logicpd/imx27lite/config.mk b/board/logicpd/imx27lite/config.mk deleted file mode 100644 index 018d9207e0f..00000000000 --- 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 -- cgit v1.2.3