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.
This commit is contained in:
Clayton Craft 2019-02-27 20:55:24 -08:00
parent e4d9e37fda
commit 2a678ef435

View file

@ -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