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