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:
0a2b6ad
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Fri, 28 Aug 2020 23:35:40 +0000
(
00:35
+0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Fri, 28 Aug 2020 23:35:40 +0000
(
00:35
+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 61921e5688ea08fa9d820aca86060fd6ff3a6c83..a75f21d621cc07d3216299e91e8b8b4082861fb7 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-58,3
+58,5
@@
CONFIG_VIDEO=y
CONFIG_CFB_CONSOLE_ANSI=y
# CONFIG_VGA_AS_SINGLE_DEVICE is not set
# CONFIG_GZIP is not set
+CONFIG_CMD_BOOTZ=y
+CONFIG_SUPPORT_RAW_INITRD=y