rv1126_rv1109: fix uboot build AB system bootup

fix this:

$ rm .config
$ make rv1126-ab.config rk-sfc.config
The base file '.config' does not exist.  Exit.
scripts/kconfig/Makefile:130: recipe for target 'rv1126-ab.config' failed
make[2]: *** [rv1126-ab.config] Error 1
Makefile:479: recipe for target 'rv1126-ab.config' failed
make[1]: *** [rv1126-ab.config] Error 2
Makefile:461: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Error 2

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: If4885195f604e452d5b656d6988b4c7d23ae4432
This commit is contained in:
Weiwen Chen
2021-04-06 10:26:38 +08:00
parent 8691481648
commit d0f46a6491
2 changed files with 6 additions and 7 deletions

View File

@ -5,9 +5,9 @@ export RK_CHIP=RV1126
# Target arch
export RK_ARCH=arm
# Uboot defconfig
export RK_UBOOT_DEFCONFIG=rv1126-ab
# Uboot defconfig fragment, config rk-sfc.config if sdcard upgrade
export RK_UBOOT_DEFCONFIG_FRAGMENT=rk-sfc.config
export RK_UBOOT_DEFCONFIG=rv1126
# Uboot defconfig fragment, config rk-sfc.config if sdcard upgrade, rv1126-ab.config for AB system bootup
export RK_UBOOT_DEFCONFIG_FRAGMENT="rv1126-ab.config rk-sfc.config"
# Uboot update loader (spl)
export RK_LOADER_UPDATE_SPL=true
# Uboot image format type: fit(flattened image tree)

View File

@ -5,10 +5,9 @@ export RK_CHIP=RV1126
# Target arch
export RK_ARCH=arm
# Uboot defconfig
#export RK_UBOOT_DEFCONFIG=rv1126
export RK_UBOOT_DEFCONFIG=rv1126-ab
# Uboot defconfig fragment, config rk-sfc.config if sdcard upgrade
export RK_UBOOT_DEFCONFIG_FRAGMENT=rk-sfc.config
export RK_UBOOT_DEFCONFIG=rv1126
# Uboot defconfig fragment, config rk-sfc.config if sdcard upgrade, rv1126-ab.config for AB system bootup
export RK_UBOOT_DEFCONFIG_FRAGMENT="rv1126-ab.config rk-sfc.config"
# Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit
#export RK_SPL_DEFCONFIG=rv1126