bsp/bootloader/build.sh
@@ -50,8 +50,6 @@ { pr_warn "Build for ${UBOOT_SRC} source code" cd ${UBOOT_SRC} make $defconf @@ -91,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 -