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:
43c87f6
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 4 Oct 2022 00:06:38 +0000
(
01:06
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 4 Oct 2022 00:06:38 +0000
(
01:06
+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 41f8268ec2d3eb0f054db8b3ff314dbbad2bd754..622704f0148c9ed988ed642b1b290534c30c1707 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-75,3
+75,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