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:
f0014e6
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Fri, 22 Jan 2021 04:36:56 +0000
(
04:36
+0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Fri, 22 Jan 2021 04:36:56 +0000
(
04:36
+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 d0c892952514baf56dca9ba0b6161418c560d9f9..1bb2fe17b3bd2de527d5823a331135aa859217d6 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-62,3
+62,5
@@
CONFIG_CFB_CONSOLE_ANSI=y
# CONFIG_VGA_AS_SINGLE_DEVICE is not set
CONFIG_SPLASH_SCREEN=y
# CONFIG_GZIP is not set
+CONFIG_CMD_BOOTZ=y
+CONFIG_SUPPORT_RAW_INITRD=y