From 2a678ef435b34fff317d3587c79da01bb72c8551 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Wed, 27 Feb 2019 20:55:24 -0800 Subject: [PATCH] device/u-boot-librem5dev: Use defconfig compatible with uuu (!245) The defconfig required for using the uboot image with uuu is different, since it required the DDR training to be built into the image itself. --- device/u-boot-librem5dev/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/u-boot-librem5dev/APKBUILD b/device/u-boot-librem5dev/APKBUILD index 32135946a..275b2eda6 100644 --- a/device/u-boot-librem5dev/APKBUILD +++ b/device/u-boot-librem5dev/APKBUILD @@ -39,7 +39,7 @@ build() { msg "Building u-boot" cd "$_ubootbuilddir" make distclean - make ARCH=arm librem5_devkit_defconfig + make ARCH=arm librem5_devkit_base_defconfig make ARCH=arm