rv1126_rv1109: tb: use mainline spl instead of pre-build

Change-Id: I3b874cf2706e65c0a56638faa8c4bc8653a584d3
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
This commit is contained in:
Ziyuan Xu
2021-01-05 17:39:58 +08:00
parent 9a6c766868
commit 5d46e16633
3 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ export RK_ARCH=arm
export RK_UBOOT_DEFCONFIG=rv1126-lp3-emmc-tb export RK_UBOOT_DEFCONFIG=rv1126-lp3-emmc-tb
# Uboot image format type: fit(flattened image tree) # Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit export RK_UBOOT_FORMAT_TYPE=fit
# Loader update spl from Uboot
export RK_LOADER_UPDATE_SPL=true
# Kernel defconfig # Kernel defconfig
export RK_KERNEL_DEFCONFIG=rv1126_defconfig export RK_KERNEL_DEFCONFIG=rv1126_defconfig
# kernel defconfig fragment # kernel defconfig fragment

View File

@ -6,6 +6,8 @@ export RK_ARCH=arm
export RK_UBOOT_DEFCONFIG=rv1126-emmc-tb export RK_UBOOT_DEFCONFIG=rv1126-emmc-tb
# Uboot image format type: fit(flattened image tree) # Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit export RK_UBOOT_FORMAT_TYPE=fit
# Loader update spl from Uboot
export RK_LOADER_UPDATE_SPL=true
# Kernel defconfig # Kernel defconfig
export RK_KERNEL_DEFCONFIG=rv1126_defconfig export RK_KERNEL_DEFCONFIG=rv1126_defconfig
# kernel defconfig fragment # kernel defconfig fragment

View File

@ -6,6 +6,8 @@ export RK_ARCH=arm
export RK_UBOOT_DEFCONFIG=rv1126-emmc-tb export RK_UBOOT_DEFCONFIG=rv1126-emmc-tb
# Uboot image format type: fit(flattened image tree) # Uboot image format type: fit(flattened image tree)
export RK_UBOOT_FORMAT_TYPE=fit export RK_UBOOT_FORMAT_TYPE=fit
# Loader update spl from Uboot
export RK_LOADER_UPDATE_SPL=true
# Kernel defconfig # Kernel defconfig
export RK_KERNEL_DEFCONFIG=rv1126_defconfig export RK_KERNEL_DEFCONFIG=rv1126_defconfig
# kernel defconfig fragment # kernel defconfig fragment