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:
huang lin 2015-11-17 14:20:11 +08:00 committed by Simon Glass
parent 8117803430
commit 5138337b3f
2 changed files with 1 additions and 1 deletions

View File

@ -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