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:
0364e21
)
n900-bootz-raw-initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Mon, 10 Jul 2017 19:46:22 +0000
(20:46 +0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Mon, 10 Jul 2017 19:46:22 +0000
(20:46 +0100)
Enable booting of zImage/vmlinuz and initrd without requiring the use of
mkimage to create uImage/uInitrd.
Gbp-Pq: Name n900-bootz-raw-initrd.diff
include/configs/nokia_rx51.h
patch
|
blob
|
history
diff --git
a/include/configs/nokia_rx51.h
b/include/configs/nokia_rx51.h
index 5e2d5991e76d9601ddd9f1fb7086a3c0e0b938ef..d1aa2062263ea17648037da148509c9245bfd49a 100644
(file)
--- a/
include/configs/nokia_rx51.h
+++ b/
include/configs/nokia_rx51.h
@@
-102,6
+102,9
@@
#define CONFIG_CMDLINE_EDITING /* add command line history */
#define CONFIG_AUTO_COMPLETE /* add autocompletion support */
+#define CONFIG_CMD_BOOTZ /* boot zImage */
+#define CONFIG_SUPPORT_RAW_INITRD
+
#ifdef ONENAND_SUPPORT
#define CONFIG_CMD_ONENAND /* ONENAND support */