mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
addb2e1650
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
15 lines
347 B
Makefile
15 lines
347 B
Makefile
#
|
|
# Linux-Kernel is expected to be at 1000'8000,
|
|
# entry 1000'8000 (mem base + reserved)
|
|
#
|
|
# We load ourself to internal RAM at 2001'2000
|
|
# Check map file when changing TEXT_BASE.
|
|
# Everything has fit into 192kB internal SRAM!
|
|
#
|
|
|
|
# XXX TEXT_BASE = 0x20012000
|
|
TEXT_BASE = 0x13FC0000
|
|
|
|
# Compile the new NAND code
|
|
BOARDLIBS = drivers/nand/libnand.a
|
|
|