keep the origen dtb u-boot

This commit is contained in:
Dennis Gilmore 2014-10-14 01:59:42 -05:00
parent c29afa5ae9
commit cad3f4736f

View File

@ -256,6 +256,7 @@ make origen_config
make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" %{?_smp_mflags} V=1 make HOSTCC="gcc $RPM_OPT_FLAGS" CROSS_COMPILE="" %{?_smp_mflags} V=1
cp -p spl/origen-spl.bin builds/origen-spl.bin.origen cp -p spl/origen-spl.bin builds/origen-spl.bin.origen
cp -p u-boot.bin builds/u-boot.bin.origen cp -p u-boot.bin builds/u-boot.bin.origen
cp -p u-boot-dtb.bin builds/u-boot-dtb.bin.origen
make mrproper make mrproper
make smdkv310_config make smdkv310_config