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:
e9c4023
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Sun, 10 Apr 2022 23:28:14 +0000
(
00:28
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Sun, 10 Apr 2022 23:28:14 +0000
(
00:28
+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 cd81b90e54a66bb5ebe40043000d05916f6984ad..77ccf6e69395e44072a4cbd0284b54639ece42da 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-85,3
+85,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