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:
parent
e4d9e37fda
commit
2a678ef435
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue