RV1126_Rv1109: spi nor: uboot enable sdcard upgrade

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: Ic818649168210a0ab9bfb82d767a26738ab4f6a9
This commit is contained in:
Weiwen Chen
2021-07-19 14:29:36 +08:00
parent c7ac039a83
commit 0915d610ab
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,8 @@ export RK_ARCH=arm
export RK_IDBLOCK_UPDATE_SPL=true
# Uboot defconfig
export RK_UBOOT_DEFCONFIG=rv1126-spi-nor-tiny
# Uboot defconfig fragment, config rk-sfc.config if sdcard upgrade
export RK_UBOOT_DEFCONFIG_FRAGMENT=rk-sfc.config
# Loader update spl from Uboot
export RK_LOADER_UPDATE_SPL=true
# Uboot image format type: fit(flattened image tree)