projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7205442
)
ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE
author
Tom Rini
<trini@konsulko.com>
Thu, 10 Dec 2015 21:46:02 +0000
(16:46 -0500)
committer
Tom Rini
<trini@konsulko.com>
Thu, 14 Jan 2016 02:05:20 +0000
(21:05 -0500)
Given that with config_distro_defaults.h we always have ext4 read
support, add in write support.
Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/ti_armv7_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_armv7_common.h
b/include/configs/ti_armv7_common.h
index 2087eb194cf6423fa1600134c089ffc3799ab8f2..199612be84bcb390ee2b950e630ca9fa5dc643cc 100644
(file)
--- a/
include/configs/ti_armv7_common.h
+++ b/
include/configs/ti_armv7_common.h
@@
-283,5
+283,6
@@
#endif
#include <config_distro_defaults.h>
+#define CONFIG_CMD_EXT4_WRITE
#endif /* __CONFIG_TI_ARMV7_COMMON_H__ */