summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-01-08 00:07:17 +0300
committerSimon Glass <sjg@chromium.org>2023-01-18 21:50:01 +0300
commit4170dd9ec023b3b4b7375755c4dbb484a4d00443 (patch)
tree3725e33a99fc5eecd170ac1710dc7407ce04c982 /arch
parentc4db0720ad104444886ff4696bfbf2891f7777a5 (diff)
downloadu-boot-4170dd9ec023b3b4b7375755c4dbb484a4d00443.tar.xz
rockchip: Use multiple-images for rk3399
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/rk3399-u-boot.dtsi3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3399-u-boot.dtsi b/arch/arm/dts/rk3399-u-boot.dtsi
index 3c1a15fe51..8a0b1803f3 100644
--- a/arch/arm/dts/rk3399-u-boot.dtsi
+++ b/arch/arm/dts/rk3399-u-boot.dtsi
@@ -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;