fix rock4 boards uboot spi image creating
This commit is contained in:
parent
fb328bf4da
commit
8a6d76831a
@ -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"
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user