mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
6 lines
72 B
Makefile
6 lines
72 B
Makefile
|
ifdef CONFIG_NAND_LP
|
||
|
PAD_TO = 0xFFF20000
|
||
|
else
|
||
|
PAD_TO = 0xFFF04000
|
||
|
endif
|