]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/delta/config.mk
First steps implementing NAND support. Not working, fails to read ID.
[karo-tx-uboot.git] / board / delta / config.mk
1 #TEXT_BASE = 0x0
2 #TEXT_BASE = 0xa1700000
3 #TEXT_BASE = 0xa3080000
4 #TEXT_BASE = 0x9ffe0000
5 TEXT_BASE = 0xa3008000
6
7 # Compile the new NAND code (needed iff #ifdef CONFIG_NEW_NAND_CODE)
8 BOARDLIBS = drivers/nand/libnand.a
9