mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 14:41:31 +00:00
rockchip: rename board-spl.c to rk3288-board-spl.c
since different rockchip soc need different spl file, so rename board-spl.c. Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8117803430
commit
5138337b3f
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
ifdef CONFIG_SPL_BUILD
|
||||
obj-y += board-spl.o
|
||||
obj-$(CONFIG_ROCKCHIP_RK3288) += rk3288-board-spl.o
|
||||
else
|
||||
obj-y += board.o
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue