bsp/bootloader/build.sh
@@ -89,8 +89,10 @@ pr_warn "Clean ${UBOOT_SRC} source code" cd ${UBOOT_SRC} make savedefconfig mv defconfig configs/$defconf if [ -f .config ] ; then make savedefconfig mv defconfig configs/$defconf fi make distclean cd -