fix uboot patch issue

This commit is contained in:
YuzukiTsuru 2022-04-13 22:04:31 +08:00
parent a71c02647e
commit a9ee0fbf29
2 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ BR2_TARGET_UBOOT=y
BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.07"
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/suniv-f1c100s/patch/u-boot"
BR2_TARGET_UBOOT_PATCH="board/allwinner-generic/suniv-f1c100s/patch/uboot"
BR2_TARGET_UBOOT_USE_CUSTOM_CONFIG=y
BR2_TARGET_UBOOT_CUSTOM_CONFIG_FILE="board/sipeed/lichee-nano/config/uboot/uboot_sipeed_lichee_nano_defconfig"
BR2_TARGET_UBOOT_NEEDS_DTC=y

View File

@ -99,6 +99,7 @@ alias rebuild_kernel="touch ./output/images/a.dtb && rm ./output/images/*.dtb &&
alias rebuild_uboot="make uboot-rebuild -j8 && make"
alias wsl_path="export PATH=\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/wsl/lib\""
alias sync_kernel="rm -rf output/build/linux* && rm -rf output/build/.linux* && make"
alias sync_uboot="rm -rf output/build/uboot* && make"
alias mm="make"
alias m="make"