diff mbox

[U-Boot,2/3] ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE

Message ID 1449783963-20622-2-git-send-email-trini@konsulko.com
State Accepted
Commit 5f64dac403539d29c75709e3f2318df4c9ff1cca
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini Dec. 10, 2015, 9:46 p.m. UTC
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 |    1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Jan. 14, 2016, 1:21 p.m. UTC | #1
On Thu, Dec 10, 2015 at 04:46:02PM -0500, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index 2087eb19..199612b 100644
--- 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__ */