diff options
author | Wademar Brodkorb <wbx@openadk.org> | 2024-08-04 04:48:55 +0200 |
---|---|---|
committer | Wademar Brodkorb <wbx@openadk.org> | 2024-08-04 12:39:22 +0200 |
commit | cf88d1477ab74555131a3b78bc3d4cb4ec8f5727 (patch) | |
tree | 94cafc60ad3262eaca934988f76fc34eed350e89 /package | |
parent | 96357ef61227503512de7cbbbc43417abeb5f2c3 (diff) |
solidrun-clearfog: make it boot with OpenADK mini.config
Diffstat (limited to 'package')
-rw-r--r-- | package/u-boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile index c3976e0ce..fa0f1a687 100644 --- a/package/u-boot/Makefile +++ b/package/u-boot/Makefile @@ -27,7 +27,7 @@ $(eval $(call PKG_template,U_BOOT,u-boot,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEP UBOOT:= u-boot.bin ifeq ($(ADK_TARGET_SYSTEM_SOLIDRUN_CLEARFOG),y) CONFIG:= clearfog_defconfig -UBOOT:= u-boot-spl.kwb +UBOOT:= u-boot-with-spl.kwb endif ifeq ($(ADK_TARGET_SYSTEM_PHYTEC_IMX6),y) CONFIG:= pcm058_defconfig |