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:
f71b8c2
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Sun, 10 Oct 2021 04:20:52 +0000
(
05:20
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Sun, 10 Oct 2021 04:20:52 +0000
(
05:20
+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 981e6f95cb1ffb15e4a23ef7ec134b3d8be0f072..18f4496f36f720fac3774670d7f5cc8b7e805cdc 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-71,3
+71,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