summaryrefslogtreecommitdiffstats
path: root/include/configs/tegra-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/tegra-common.h')
-rw-r--r--include/configs/tegra-common.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h
index 6fe5f2ce65..1c469d092e 100644
--- a/include/configs/tegra-common.h
+++ b/include/configs/tegra-common.h
@@ -37,20 +37,6 @@
#define CONFIG_ENV_SIZE 0x2000 /* Total Size Environment */
/*
- * Size of malloc() pool
- */
-#ifdef CONFIG_DFU_MMC
-#define CONFIG_SYS_MALLOC_LEN ((4 << 20) + \
- CONFIG_SYS_DFU_DATA_BUF_SIZE)
-#else
-#define CONFIG_SYS_MALLOC_LEN (4 << 20) /* 4MB */
-#endif
-
-#ifndef CONFIG_ARM64
-#define CONFIG_SYS_NONCACHED_MEMORY (1 << 20) /* 1 MiB */
-#endif
-
-/*
* NS16550 Configuration
*/
#define CONFIG_TEGRA_SERIAL
@@ -154,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_ */
OpenPOWER on IntegriCloud