mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-01 00:49:43 +00:00
9c366881d7
board/sheldon/simpc8313/config.mk is used only for nand_spl. So it should go into nand_spl/board/sheldon/simpc8313/. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
5 lines
72 B
Makefile
5 lines
72 B
Makefile
ifdef CONFIG_NAND_LP
|
|
PAD_TO = 0xFFF20000
|
|
else
|
|
PAD_TO = 0xFFF04000
|
|
endif
|