summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoel Johnson <mrjoel@lixil.net>2020-04-17 10:06:53 +0300
committerStefan Roese <sr@denx.de>2020-04-22 15:28:15 +0300
commit36d61a3d0ae6d5ad0838a5ccb427df12102d02ad (patch)
tree5e5824baeb244e4058bde20ca2c6d7549f0e1046 /include
parent239f424f497dcda32322d3ee990f20d26a5a2f47 (diff)
downloadu-boot-36d61a3d0ae6d5ad0838a5ccb427df12102d02ad.tar.xz
arm: mvebu: clearfog: adjust SCSI boot duplication
Fix duplication resulting from merging of multiple related series. Commits cecf38a75, bd02fd29f, and 201a500de added or adjusted SCSI boot support for ClearFog, but in slightly different locations which didn't result in a merge conflict. Signed-off-by: Joel Johnson <mrjoel@lixil.net> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/clearfog.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h
index 8314956db6..53ff830e81 100644
--- a/include/configs/clearfog.h
+++ b/include/configs/clearfog.h
@@ -104,12 +104,6 @@
#define BOOT_TARGET_DEVICES_MMC(func)
#endif
-#ifdef CONFIG_SCSI
-#define BOOT_TARGET_DEVICES_SCSI(func) func(SCSI, scsi, 0)
-#else
-#define BOOT_TARGET_DEVICES_SCSI(func)
-#endif
-
#ifdef CONFIG_USB_STORAGE
#define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
#else
@@ -152,7 +146,6 @@
*/
#define BOOT_TARGET_DEVICES(func) \
BOOT_TARGET_DEVICES_MMC(func) \
- BOOT_TARGET_DEVICES_SCSI(func) \
BOOT_TARGET_DEVICES_USB(func) \
BOOT_TARGET_DEVICES_SCSI_BUS0(func) \
BOOT_TARGET_DEVICES_SCSI_BUS1(func) \