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:
005233c
)
mx53loco
author
Vagrant Cascadian
<vagrant@debian.org>
Tue, 7 Apr 2015 20:42:30 +0000
(20:42 +0000)
committer
Vagrant Cascadian
<vagrant@debian.org>
Tue, 7 Apr 2015 20:42:30 +0000
(20:42 +0000)
Enables support for ext4, the "load" command, and using bootz with raw initrds.
Gbp-Pq: Name mx53loco
include/configs/mx53loco.h
patch
|
blob
|
history
diff --git
a/include/configs/mx53loco.h
b/include/configs/mx53loco.h
index a74508c5e81849055d20399f1887b7ddd4f73a42..36498ea2ecc5159697059ed2c8c13381a8978ed2 100644
(file)
--- a/
include/configs/mx53loco.h
+++ b/
include/configs/mx53loco.h
@@
-45,6
+45,8
@@
#define CONFIG_GENERIC_MMC
#define CONFIG_CMD_FAT
#define CONFIG_CMD_EXT2
+#define CONFIG_CMD_EXT4
+#define CONFIG_CMD_FS_GENERIC
#define CONFIG_DOS_PARTITION
/* Eth Configs */
@@
-94,6
+96,7
@@
/* Command definition */
#include <config_cmd_default.h>
#define CONFIG_CMD_BOOTZ
+#define CONFIG_SUPPORT_RAW_INITRD
#undef CONFIG_CMD_IMLS