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:
671c2f0
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Wed, 26 Jan 2022 19:58:27 +0000
(19:58 +0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Wed, 26 Jan 2022 19:58:27 +0000
(19:58 +0000)
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 87f8ab993df33b851cf17441349dbca99691379f..9d0a93f4d7dc4f02b5a76dfd9ecbf8f74601bb29 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-80,3
+80,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