git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4db072
)
rockchip: Use multiple-images for rk3399
author
Simon Glass
<sjg@chromium.org>
Sat, 7 Jan 2023 21:07:17 +0000
(14:07 -0700)
committer
Simon 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3399-u-boot.dtsi
b/arch/arm/dts/rk3399-u-boot.dtsi
index
3c1a15f
..
8a0b180
100644
(file)
--- 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;