All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD
@ 2022-05-09 13:00 Pali Rohár
  2022-05-09 20:19 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2022-05-09 13:00 UTC (permalink / raw)
  To: Tom Rini, Vagrant Cascadian; +Cc: u-boot, maemo-leste

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(+)

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
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-09 20:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 13:00 [PATCH] Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD Pali Rohár
2022-05-09 20:19 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.