mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
integrator: move text offset to config
Do away with the config.mk file and move the text offset to the config files to make things easier. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
7d2fd0d1d0
commit
a4c15c01bf
3 changed files with 2 additions and 5 deletions
|
@ -1,5 +0,0 @@
|
|||
#
|
||||
# image should be loaded at 0x01000000
|
||||
#
|
||||
|
||||
CONFIG_SYS_TEXT_BASE = 0x01000000
|
|
@ -37,6 +37,7 @@
|
|||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_SYS_TEXT_BASE 0x01000000
|
||||
#define CONFIG_SYS_MEMTEST_START 0x100000
|
||||
#define CONFIG_SYS_MEMTEST_END 0x10000000
|
||||
#define CONFIG_SYS_HZ 1000
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
* High Level Configuration Options
|
||||
* (easy to change)
|
||||
*/
|
||||
#define CONFIG_SYS_TEXT_BASE 0x01000000
|
||||
#define CONFIG_SYS_MEMTEST_START 0x100000
|
||||
#define CONFIG_SYS_MEMTEST_END 0x10000000
|
||||
#define CONFIG_SYS_HZ 1000
|
||||
|
|
Loading…
Add table
Reference in a new issue