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>
Acked-by: Stefano Babic <sbabic@denx.de>
This commit is contained in:
Fabio Estevam 2011-06-06 03:13:36 +00:00 committed by Stefano Babic
parent 4e37731a27
commit ac88e66e14
2 changed files with 2 additions and 1 deletions

View file

@ -1 +0,0 @@
CONFIG_SYS_TEXT_BASE = 0xa0000000

View file

@ -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