fix rock4 boards uboot spi image creating

This commit is contained in:
amazingfate 2023-05-05 23:07:07 +08:00 committed by igorpecovnik
parent fb328bf4da
commit 8a6d76831a
5 changed files with 7 additions and 2 deletions

View File

@ -6,5 +6,6 @@ KERNEL_TARGET="legacy,current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4a.dtb"
BOOT_SCENARIO="tpl-spl-blob"
BOOT_SUPPORT_SPI=yes
DDR_BLOB="rk33/rk3399_ddr_933MHz_v1.20.bin"

View File

@ -6,6 +6,7 @@ KERNEL_TARGET="legacy,current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4b.dtb"
BOOT_SCENARIO="tpl-spl-blob"
BOOT_SUPPORT_SPI=yes
DDR_BLOB="rk33/rk3399_ddr_933MHz_v1.20.bin"
@ -21,4 +22,4 @@ function post_family_tweaks_bsp__rockpi-4b_BSP() {
fi
return 0
}
}

View File

@ -6,5 +6,6 @@ KERNEL_TARGET="edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4b-plus.dtb"
BOOT_SCENARIO="tpl-spl-blob"
BOOT_SUPPORT_SPI=yes
DDR_BLOB="rk33/rk3399_ddr_933MHz_v1.25.bin"

View File

@ -6,6 +6,7 @@ KERNEL_TARGET="legacy,current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4c.dtb"
BOOT_SCENARIO="tpl-spl-blob"
BOOT_SUPPORT_SPI=yes
function post_family_tweaks_bsp__rockpi-4c_BSP() {
@ -20,4 +21,4 @@ function post_family_tweaks_bsp__rockpi-4c_BSP() {
fi
return 0
}
}

View File

@ -6,4 +6,5 @@ KERNEL_TARGET="current,edge"
FULL_DESKTOP="yes"
BOOT_LOGO="desktop"
BOOT_FDT_FILE="rockchip/rk3399-rock-pi-4c-plus.dtb"
BOOT_SCENARIO="tpl-spl-blob"
BOOT_SUPPORT_SPI=yes