mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
9 lines
218 B
Makefile
9 lines
218 B
Makefile
#TEXT_BASE = 0x0
|
|
#TEXT_BASE = 0xa1700000
|
|
#TEXT_BASE = 0xa3080000
|
|
#TEXT_BASE = 0x9ffe0000
|
|
TEXT_BASE = 0xa3008000
|
|
|
|
# Compile the new NAND code (needed iff #ifdef CONFIG_NEW_NAND_CODE)
|
|
BOARDLIBS = drivers/nand/libnand.a
|
|
|