mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
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:
parent
4e37731a27
commit
ac88e66e14
2 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue