]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: rename board-spl.c to rk3288-board-spl.c
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:11 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
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>
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3288-board-spl.c [moved from arch/arm/mach-rockchip/board-spl.c with 100% similarity]

index abe03a88a6f8846001b7ea5eca09a5296cc173ae..7088711ee31b474a23f1a971499bf3730504345b 100644 (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