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:
1fabf86
)
bootz_and_raw_initrd
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 5 Jan 2021 03:59:11 +0000
(
03:59
+0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 5 Jan 2021 03:59:11 +0000
(
03:59
+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 098009e61033f2df50ee4d8ec2c5ed1163d3fd4c..5a924598584ec811373a7582139da151a019594a 100644
(file)
--- a/
configs/nokia_rx51_defconfig
+++ b/
configs/nokia_rx51_defconfig
@@
-59,3
+59,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