]> git.sur5r.net Git - u-boot/blobdiff - include/configs/microblaze-generic.h
stm32mp1: add eMMC support for ED1
[u-boot] / include / configs / microblaze-generic.h
index a065dd3de9a13e93a87daa288f3d5d523b31323b..73c3c2ae485c79a1e10ce8609df10a2083157c1a 100644 (file)
@@ -41,7 +41,6 @@
 
 /* gpio */
 #ifdef XILINX_GPIO_BASEADDR
-# define CONFIG_XILINX_GPIO
 # define CONFIG_SYS_GPIO_0_ADDR                XILINX_GPIO_BASEADDR
 #endif
 
  * BOOTP options
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
-#define CONFIG_BOOTP_BOOTPATH
-#define CONFIG_BOOTP_GATEWAY
-#define CONFIG_BOOTP_HOSTNAME
 
 #if defined(CONFIG_CMD_JFFS2)
 # define CONFIG_MTD_PARTITIONS
 #define        CONFIG_SYS_CBSIZE       512
 /* max number of command args */
 #define        CONFIG_SYS_MAXARGS      15
-#define        CONFIG_SYS_LONGHELP
 /* default load address */
 #define        CONFIG_SYS_LOAD_ADDR    0
 
                                        "setenv stdin serial\0"
 #endif
 
-#define CONFIG_CMDLINE_EDITING
-
 /* Enable flat device tree support */
 #define CONFIG_LMB             1