X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Faxs101.h;h=c0b68e227753f4db6d80f03881605d56e1333883;hb=5923c843ba0e06a90e0c0c5cc6894ac8641377e1;hp=650d97d17f23e9d8c8f18a5b2c0f68fbf23bf0a9;hpb=e4f65d006793d5f034ce10b8cc9810eb0b396879;p=u-boot diff --git a/include/configs/axs101.h b/include/configs/axs101.h index 650d97d17f..c0b68e2277 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -39,8 +39,6 @@ #define CONFIG_BOARD_TYPES #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_OF_LIBFDT - /* * NAND Flash configuration */ @@ -61,7 +59,6 @@ * I2C configuration */ #define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_DW #define CONFIG_I2C_ENV_EEPROM_BUS 2 #define CONFIG_SYS_I2C_SPEED 100000 #define CONFIG_SYS_I2C_SPEED1 100000 @@ -95,20 +92,18 @@ /* * Ethernet PHY configuration */ -#define CONFIG_PHYLIB #define CONFIG_MII #define CONFIG_PHY_GIGE /* - * Ethernet configuration + * USB 1.1 configuration */ -#define CONFIG_DW_AUTONEG +#define CONFIG_USB_OHCI_NEW +#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1 /* * Commands still not supported in Kconfig */ -#define CONFIG_CMD_FAT -#define CONFIG_CMD_MMC #define CONFIG_CMD_NAND #define CONFIG_AUTO_COMPLETE @@ -124,7 +119,6 @@ /* * Environment configuration */ -#define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTFILE "uImage" #define CONFIG_BOOTARGS "console=ttyS3,115200n8" #define CONFIG_LOADADDR CONFIG_SYS_LOAD_ADDR