summaryrefslogtreecommitdiff
path: root/include/configs/ms7720se.h
diff options
context:
space:
mode:
authorAlbert Aribaud <[albert.aribaud@free.fr]>2010-08-07 23:47:05 (GMT)
committerPrafulla Wadaskar <prafulla@marvell.com>2010-08-07 23:47:05 (GMT)
commitf2a37fcd9ba9d3d0aab5864141715596aff1de60 (patch)
treea33520591661fdc3fffbdc07f4ccf6f151d82bbb /include/configs/ms7720se.h
parent9efac4a1eb99d9c5539aa6992025eeacab7980c6 (diff)
downloadu-boot-f2a37fcd9ba9d3d0aab5864141715596aff1de60.tar.xz
ide: add configuration
CONFIG_IDE_SWAP_IO This configuration option replaces a complex conditional in cmd_ide.c with an explicit define to be added to SoC or board configs. Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
Diffstat (limited to 'include/configs/ms7720se.h')
-rw-r--r--include/configs/ms7720se.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ms7720se.h b/include/configs/ms7720se.h
index ba0a3f8..0ea3527 100644
--- a/include/configs/ms7720se.h
+++ b/include/configs/ms7720se.h
@@ -122,5 +122,6 @@
#define CONFIG_SYS_ATA_DATA_OFFSET 0 /* data reg offset */
#define CONFIG_SYS_ATA_REG_OFFSET 0 /* reg offset */
#define CONFIG_SYS_ATA_ALT_OFFSET 0x200 /* alternate register offset */
+#define CONFIG_IDE_SWAP_IO
#endif /* __MS7720SE_H */