[PATCH v4 06/27] rockchip: Enable building a SPI ROM image on jerry
Simon Glass
sjg at chromium.org
Tue Jul 28 20:58:08 CEST 2020
Add a simple binman config and enable CONFIG_HAS_ROM so that U-Boot
produces a ROM for jerry.
Change the binman image definition to support multiple images, since it
may be used to build both u-boot-rockchip.bin and u-boot.rom
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v4:
- Add a new CONFIG_ROCKCHIP_SPI_IMAGE to control SPI-image generation
arch/arm/dts/rk3288-u-boot.dtsi | 24 ++++++++++++++++++++++++
arch/arm/dts/rockchip-u-boot.dtsi | 8 +++++++-
arch/arm/mach-rockchip/Kconfig | 9 +++++++++
arch/arm/mach-rockchip/rk3288/Kconfig | 2 ++
4 files changed, 42 insertions(+), 1 deletion(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list