mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
ARM: tegra: enable filesystem writing
Writing to files is a useful feature in general, so enable it everywhere. The primary purpose is to make DFU useful on filesystems in addition to raw devices. Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
f69d72ee2a
commit
68295a48bf
1 changed files with 2 additions and 0 deletions
|
@ -140,6 +140,8 @@
|
|||
|
||||
#ifndef CONFIG_SPL_BUILD
|
||||
#include <config_distro_defaults.h>
|
||||
#define CONFIG_CMD_EXT4_WRITE
|
||||
#define CONFIG_FAT_WRITE
|
||||
#endif
|
||||
|
||||
#endif /* _TEGRA_COMMON_H_ */
|
||||
|
|
Loading…
Reference in a new issue