diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-03 20:11:19 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-04 18:16:31 +0200 |
commit | feba3103a6bf21b13f0e467b7c276907ef157948 (patch) | |
tree | 7eefe837b5f40865811d8aace989a700b6a6dcf2 /package/u-boot | |
parent | 6e599ec6fc071bc4453e9a6aa203971ee3f46539 (diff) |
pcduino-3b: enable bootup via SD card
Diffstat (limited to 'package/u-boot')
-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 |