]> git.sur5r.net Git - u-boot/blobdiff - include/configs/tegra-common.h
dm: clk: add clk driver support for stm32h7 SoCs
[u-boot] / include / configs / tegra-common.h
index 7ca5c0b9dac22589dc2228530b68f3a6f29dfef8..e2225cd812effd2f5bd113e193827d995421313b 100644 (file)
@@ -59,8 +59,6 @@
  */
 #define CONFIG_SYS_CBSIZE              (1024 * 2) /* Console I/O Buffer Size */
 /* Print Buffer Size */
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
-                                       sizeof(CONFIG_SYS_PROMPT) + 16)
 #define CONFIG_SYS_MAXARGS             64      /* max number of command args */
 
 /* Boot Argument Buffer Size */
@@ -99,7 +97,6 @@
 
 #ifndef CONFIG_SPL_BUILD
 #include <config_distro_defaults.h>
-#define CONFIG_FAT_WRITE
 #endif
 
 #endif /* _TEGRA_COMMON_H_ */