On 2016-01-26 01:46, Bhuvanchandra DV wrote: > Remove the legacy way of enabling GPIO, SPI and UART on Vybrid > based boards since these driver's now only supports DT mode. > > Signed-off-by: Bhuvanchandra DV <bhuvanchandra...@toradex.com>
Acked-by: Stefan Agner <stefan.ag...@toradex.com> > --- > include/configs/colibri_vf.h | 13 ------------- > include/configs/pcm052.h | 3 --- > include/configs/vf610twr.h | 3 --- > 3 files changed, 19 deletions(-) > > diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h > index 5aed3a5..6efff76 100644 > --- a/include/configs/colibri_vf.h > +++ b/include/configs/colibri_vf.h > @@ -36,13 +36,10 @@ > > #define CONFIG_BOARD_EARLY_INIT_F > > -#define LPUART_BASE UART0_BASE > - > /* Allow to overwrite serial and ethaddr */ > #define CONFIG_ENV_OVERWRITE > #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG > #define CONFIG_VERSION_VARIABLE > -#define CONFIG_SYS_UART_PORT (0) > #define CONFIG_BAUDRATE 115200 > #define CONFIG_CMD_ASKENV > > @@ -52,10 +49,6 @@ > #define CONFIG_SYS_MAX_NAND_DEVICE 1 > #define CONFIG_SYS_NAND_BASE NFC_BASE_ADDR > > -/* GPIO support */ > -#define CONFIG_DM_GPIO > -#define CONFIG_VYBRID_GPIO > - > /* Dynamic MTD partition support */ > #define CONFIG_CMD_MTDPARTS /* Enable 'mtdparts' command line support */ > #define CONFIG_MTD_PARTITIONS > @@ -265,10 +258,4 @@ > #define CONFIG_USB_FUNCTION_MASS_STORAGE > #define CONFIG_CMD_USB_MASS_STORAGE > > -/* Enable SPI support */ > -#ifdef CONFIG_OF_CONTROL > -#define CONFIG_DM_SPI > -#define CONFIG_CMD_SPI > -#endif > - > #endif /* __CONFIG_H */ > diff --git a/include/configs/pcm052.h b/include/configs/pcm052.h > index 891bdb0..f3353f2 100644 > --- a/include/configs/pcm052.h > +++ b/include/configs/pcm052.h > @@ -27,11 +27,8 @@ > > #define CONFIG_BOARD_EARLY_INIT_F > > -#define LPUART_BASE UART1_BASE > - > /* Allow to overwrite serial and ethaddr */ > #define CONFIG_ENV_OVERWRITE > -#define CONFIG_SYS_UART_PORT (1) > #define CONFIG_BAUDRATE 115200 > > #undef CONFIG_CMD_IMLS > diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h > index dcfafaf..84ad2c3 100644 > --- a/include/configs/vf610twr.h > +++ b/include/configs/vf610twr.h > @@ -34,11 +34,8 @@ > > #define CONFIG_BOARD_EARLY_INIT_F > > -#define LPUART_BASE UART1_BASE > - > /* Allow to overwrite serial and ethaddr */ > #define CONFIG_ENV_OVERWRITE > -#define CONFIG_SYS_UART_PORT (1) > #define CONFIG_BAUDRATE 115200 > > /* NAND support */ _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot