Skip to content
  • Jonas Karlman's avatar
    rockchip: Restore support for boot scripts in legacy image format · e3765084
    Jonas Karlman authored and Tom Rini's avatar Tom Rini committed
    Use of CONFIG_SPL_FIT_SIGNATURE=y cause CONFIG_LEGACY_IMAGE_FORMAT=n as
    default, this prevent boot scripts in legacy image format from working
    and was an unintended change in the listed fixes commits:
    
      Wrong image format for "source" command
    
    Add CONFIG_LEGACY_IMAGE_FORMAT=y to defconfig for affected boards to
    restore support for boot scripts in legacy image format.
    
    Fixes: 3bf8e408 ("board: rockchip: add Radxa ROCK5B Rk3588 board")
    Fixes: cf777572 ("rockchip: rockpro64: Use SDMA to boost eMMC performance")
    Fixes: 6e2b8344 ("rockchip: rock-pi-4: Use SDMA to boost eMMC performance")
    Fixes: 1bf49d5a ("rockchip: rk3566-radxa-cm3-io: Update defconfig")
    Fixes: 703c170b ("rockchip: rk3568-evb: Update defconfig")
    Fixes: 68000f75 ("rockchip: rk3568-rock-3a: Update defconfig")
    Fixes: 6fb02589
    
     ("rockchip: rk3588-evb: Update defconfig")
    Signed-off-by: default avatarJonas Karlman <jonas@kwiboo.se>
    e3765084