All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Pali Rohár" <pali@kernel.org>
To: Tom Rini <trini@konsulko.com>, Vagrant Cascadian <vagrant@debian.org>
Cc: u-boot@lists.denx.de, maemo-leste@lists.dyne.org
Subject: [PATCH] Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD
Date: Mon,  9 May 2022 15:00:47 +0200	[thread overview]
Message-ID: <20220509130047.2447-1-pali@kernel.org> (raw)

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


             reply	other threads:[~2022-05-09 13:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09 13:00 Pali Rohár [this message]
2022-05-09 20:19 ` [PATCH] Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220509130047.2447-1-pali@kernel.org \
    --to=pali@kernel.org \
    --cc=maemo-leste@lists.dyne.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vagrant@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.