]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: Use multiple-images for rk3399
authorSimon Glass <sjg@chromium.org>
Sat, 7 Jan 2023 21:07:17 +0000 (14:07 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 18:50:01 +0000 (11:50 -0700)
Enable multiple-images so we can generate more than one image. Also
add a comment for the end of the #if block.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3399-u-boot.dtsi

index 3c1a15fe51b78bc0cbac8e08911565c167c6034c..8a0b1803f3401f5cddfa2dcc779c0ce8deca95e1 100644 (file)
@@ -62,6 +62,7 @@
 
 #if defined(CONFIG_ROCKCHIP_SPI_IMAGE) && defined(CONFIG_HAS_ROM)
 &binman {
+       multiple-images;
        rom {
                filename = "u-boot.rom";
                size = <0x400000>;
@@ -82,7 +83,7 @@
                };
        };
 };
-#endif
+#endif /* CONFIG_ROCKCHIP_SPI_IMAGE && CONFIG_HAS_ROM */
 
 &cru {
        u-boot,dm-pre-reloc;