projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31711f4
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 9 Aug 2022 23:59:45 +0000
(
00:59
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 9 Aug 2022 23:59:45 +0000
(
00:59
+0100)
Enable booting of zImage/vmlinuz and initrd without requiring the use
of mkimage to create uImage/uInitrd.
Gbp-Pq: Topic n900
Gbp-Pq: Name bootz_and_raw_initrd.patch
configs/nokia_rx51_defconfig
patch
|
blob
|
history
diff --git
a/configs/nokia_rx51_defconfig
b/configs/nokia_rx51_defconfig
index 309cf28269c149687d6df4e61bfc892744d490ff..d79f9ae10dc2d0990f1b04ba30f6c68e949a4520 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-84,3
+84,5
@@
CONFIG_SPLASH_SCREEN=y
CONFIG_WATCHDOG_TIMEOUT_MSECS=31000
CONFIG_WDT=y
# CONFIG_GZIP is not set
+CONFIG_CMD_BOOTZ=y
+CONFIG_SUPPORT_RAW_INITRD=y