mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-23 07:31:32 +00:00
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>
This commit is contained in:
parent
ba8dcca78d
commit
43f13e4ad7
2 changed files with 2 additions and 5 deletions
|
@ -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
|
|
@ -34,6 +34,8 @@
|
|||
#define CONFIG_DISPLAY_BOARDINFO
|
||||
#define CONFIG_DISPLAY_CPUINFO
|
||||
|
||||
#define CONFIG_SYS_TEXT_BASE 0xc0000000
|
||||
|
||||
#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
|
||||
#define CONFIG_SETUP_MEMORY_TAGS 1
|
||||
#define CONFIG_INITRD_TAG 1
|
||||
|
|
Loading…
Add table
Reference in a new issue