projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69d72e
)
ARM: tegra: enable filesystem writing
author
Stephen Warren
<swarren@nvidia.com>
Sat, 5 Sep 2015 04:03:50 +0000
(22:03 -0600)
committer
Tom Rini
<trini@konsulko.com>
Fri, 11 Sep 2015 21:15:25 +0000
(17:15 -0400)
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>
include/configs/tegra-common.h
patch
|
blob
|
history
diff --git
a/include/configs/tegra-common.h
b/include/configs/tegra-common.h
index b886c645076354fb06bea4deafc8119d252fce15..1c469d092e8c5b983e1aa3240aabe21fda62ff30 100644
(file)
--- a/
include/configs/tegra-common.h
+++ b/
include/configs/tegra-common.h
@@
-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_ */