diff options
author | Tom Rini <trini@konsulko.com> | 2018-06-05 07:13:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-05 07:13:42 -0400 |
commit | 89d811eee694ebd7dee0766e90552b91e89f60fb (patch) | |
tree | cb82bc7a1307a72506e66124f1a65ec6307aec47 /include/configs/clearfog.h | |
parent | ee1855dc52fc366f33e21182103323c236cb3346 (diff) | |
parent | d4899b0f5ddf39de47bd952ca8484a14f03d00fe (diff) |
Merge git://git.denx.de/u-boot-marvell
Diffstat (limited to 'include/configs/clearfog.h')
-rw-r--r-- | include/configs/clearfog.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index f57f9b21ab..1141aee08b 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -21,13 +21,6 @@ * Commands configuration */ -/* I2C */ -#define CONFIG_SYS_I2C -#define CONFIG_SYS_I2C_MVTWSI -#define CONFIG_I2C_MVTWSI_BASE0 MVEBU_TWSI_BASE -#define CONFIG_SYS_I2C_SLAVE 0x0 -#define CONFIG_SYS_I2C_SPEED 100000 - /* SPI NOR flash default params, used by sf commands */ #define CONFIG_SF_DEFAULT_BUS 1 @@ -62,6 +55,15 @@ #define CONFIG_PCI_SCAN_SHOW #endif +/* SATA support */ +#ifdef CONFIG_SCSI +#define CONFIG_SCSI_AHCI_PLAT +#define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 +#define CONFIG_SYS_SCSI_MAX_LUN 1 +#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ + CONFIG_SYS_SCSI_MAX_LUN) +#endif + /* Keep device tree and initrd in lower memory so the kernel can access them */ #define RELOCATION_LIMITS_ENV_SETTINGS \ "fdt_high=0x10000000\0" \ |