diff mbox series

Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD

Message ID 20220509130047.2447-1-pali@kernel.org
State Accepted
Commit f017c817a8ecfa19df0b72bca8054627d43e5c70
Delegated to: Tom Rini
Headers show
Series Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD | expand

Commit Message

Pali Rohár May 9, 2022, 1 p.m. UTC
This enable booting of Debian systems which use raw initrd image (instead
of uInitrd created by mkimage). This change increase size of u-boot.bin
binary by just 64 bytes.

Signed-off-by: Pali Rohár <pali@kernel.org>
---
Debian has for this support own custom patch:
https://sources.debian.org/patches/u-boot/2022.04+dfsg-2/n900/bootz_and_raw_initrd.patch/
---
 configs/nokia_rx51_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini May 9, 2022, 8:19 p.m. UTC | #1
On Mon, May 09, 2022 at 03:00:47PM +0200, Pali Rohár wrote:

> This enable booting of Debian systems which use raw initrd image (instead
> of uInitrd created by mkimage). This change increase size of u-boot.bin
> binary by just 64 bytes.
> 
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig
index d5688c7a212b..2e8068876eae 100644
--- a/configs/nokia_rx51_defconfig
+++ b/configs/nokia_rx51_defconfig
@@ -18,6 +18,7 @@  CONFIG_OPTIMIZE_INLINING=y
 CONFIG_LTO=y
 # CONFIG_SYS_MALLOC_F is not set
 # CONFIG_FIT is not set
+CONFIG_SUPPORT_RAW_INITRD=y
 CONFIG_BOOTDELAY=30
 CONFIG_AUTOBOOT_KEYED=y
 CONFIG_AUTOBOOT_MENU_SHOW=y