mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 23:37:01 +00:00
ti_armv7_common.h: Add CONFIG_CMD_EXT4_WRITE
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>
This commit is contained in:
parent
7205442e62
commit
5f64dac403
1 changed files with 1 additions and 0 deletions
|
@ -283,5 +283,6 @@
|
|||
#endif
|
||||
|
||||
#include <config_distro_defaults.h>
|
||||
#define CONFIG_CMD_EXT4_WRITE
|
||||
|
||||
#endif /* __CONFIG_TI_ARMV7_COMMON_H__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue