]> git.sur5r.net Git - u-boot/blobdiff - include/configs/s5p_goni.h
usb: dwc3: Add DWC3 controller driver support
[u-boot] / include / configs / s5p_goni.h
index dfa2e079480ed37a032e153fd1e5fd1ffb72a354..7994ecf401bf47d11832b85c1fd4edfbba24ac02 100644 (file)
@@ -40,7 +40,6 @@
 #define CONFIG_CMDLINE_EDITING
 
 /* Size of malloc() pool before and after relocation */
-#define CONFIG_SYS_MALLOC_F_LEN                (1 << 10)
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (80 << 20))
 
 /*
 /* PWM */
 #define CONFIG_PWM                     1
 
-/* It should define before config_cmd_default.h */
 #define CONFIG_SYS_NO_FLASH            1
 
-/* Command definition */
-#include <config_cmd_default.h>
-
-#undef CONFIG_CMD_FPGA
-#undef CONFIG_CMD_MISC
-#undef CONFIG_CMD_NET
-#undef CONFIG_CMD_NFS
-#undef CONFIG_CMD_XIMG
 #define CONFIG_CMD_CACHE
 #define CONFIG_CMD_REGINFO
 #define CONFIG_CMD_ONENAND
 #define CONFIG_OF_LIBFDT
 
 #define CONFIG_SYS_GENERIC_BOARD
-#define CONFIG_DM
-#define CONFIG_CMD_DM
-#define CONFIG_DM_GPIO
-#define CONFIG_DM_SERIAL
 
 #endif /* __CONFIG_H */