mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 14:10:43 +00:00
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>
This commit is contained in:
parent
c4db0720ad
commit
4170dd9ec0
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue