diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-22 16:41:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 15:09:40 -0400 |
commit | 78d1e1d0a157c8b48ea19be6170b992745d30f38 (patch) | |
tree | 5d536a283e4e72c28f08a261435c9dff532f22b4 /include/configs/siemens-am33x-common.h | |
parent | 4d7100a61d6fe0652dd0e8b7b3cc31ad37483d64 (diff) | |
download | u-boot-imx-78d1e1d0a157c8b48ea19be6170b992745d30f38.zip u-boot-imx-78d1e1d0a157c8b48ea19be6170b992745d30f38.tar.gz u-boot-imx-78d1e1d0a157c8b48ea19be6170b992745d30f38.tar.bz2 |
configs: Re-sync almost all of cmd/Kconfig
This syncs up the current cmd/Kconfig and include/configs/ files with the
only exception being CMD_NAND. Due to how we have used this historically
we need to take further care here when converting.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/siemens-am33x-common.h')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 6af373e..b4aa283 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -41,7 +41,6 @@ /* commands to include */ #define CONFIG_CMD_ASKENV #define CONFIG_CMD_CACHE -#define CONFIG_CMD_TIME #define CONFIG_ENV_VARS_UBOOT_CONFIG @@ -95,7 +94,6 @@ #define CONFIG_SPI #define CONFIG_OMAP3_SPI #define CONFIG_MTD_DEVICE -#define CONFIG_CMD_SF #define CONFIG_SF_DEFAULT_SPEED (75000000) /* Physical Memory Map */ @@ -124,7 +122,6 @@ /* I2C Configuration */ #define CONFIG_I2C -#define CONFIG_CMD_I2C #define CONFIG_SYS_I2C #define CONFIG_SYS_OMAP24_I2C_SPEED 100000 #define CONFIG_SYS_OMAP24_I2C_SLAVE 1 @@ -228,7 +225,6 @@ #define CONFIG_AM335X_USB1 #define CONFIG_AM335X_USB1_MODE MUSB_HOST #ifdef CONFIG_USB_MUSB_HOST -#define CONFIG_CMD_USB #define CONFIG_USB_STORAGE #endif @@ -273,8 +269,6 @@ /* Unsupported features */ #undef CONFIG_USE_IRQ -#define CONFIG_CMD_DHCP -#define CONFIG_CMD_PING #define CONFIG_DRIVER_TI_CPSW #define CONFIG_MII #define CONFIG_PHY_GIGE |