diff options
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r-- | package/u-boot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index 79ffd8a04..5162ada34 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -39,6 +39,7 @@ UBOOT:= u-boot.img endif ifeq ($(ADK_TARGET_SYSTEM_PCDUINO_3B),y) CONFIG:= Linksprite_pcDuino3_defconfig +UBOOT:= u-boot-sunxi-with-spl.bin endif ifeq ($(ADK_TARGET_SYSTEM_RASPBERRY_PI),y) CONFIG:= rpi_defconfig |