From: Pali Rohár Date: Mon, 9 May 2022 13:00:47 +0000 (+0200) Subject: Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD X-Git-Tag: baikal/mips/sdk5.9~3^2~56^2~5 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=af76d5a6588e79ba41045a8abc8ed5c1d97d8437;p=uboot.git Nokia RX-51: Enable CONFIG_SUPPORT_RAW_INITRD 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 --- diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig index d5688c7a21..2e8068876e 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