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>
master
Fabio Estevam 14 years ago committed by Stefano Babic
parent 4e37731a27
commit ac88e66e14
  1. 1
      board/logicpd/imx31_litekit/config.mk
  2. 2
      include/configs/imx31_litekit.h

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

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

Loading…
Cancel
Save