From: Marek BehĂșn Date: Thu, 2 May 2019 14:53:27 +0000 (+0200) Subject: arm: mvebu: turris_omnia: remove legacy macros from board header X-Git-Tag: v2019.07-rc2~26^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1743eedff5dfd6b027c0562a2e1748d311882f3e;p=platform%2Fkernel%2Fu-boot.git arm: mvebu: turris_omnia: remove legacy macros from board header These are not needed if MMC and SCSI DM drivers are used. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 5a14887..c921bad 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -29,20 +29,6 @@ #define CONFIG_SPL_I2C_MUX #define CONFIG_SYS_I2C_MVTWSI -/* - * SDIO/MMC Card Configuration - */ -#define CONFIG_SYS_MMC_BASE MVEBU_SDIO_BASE - -/* - * SATA/SCSI/AHCI configuration - */ -#define CONFIG_SCSI_AHCI_PLAT -#define CONFIG_SYS_SCSI_MAX_SCSI_ID 2 -#define CONFIG_SYS_SCSI_MAX_LUN 1 -#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ - CONFIG_SYS_SCSI_MAX_LUN) - /* USB/EHCI configuration */ #define CONFIG_EHCI_IS_TDI