diff options
author | Albert Aribaud <[albert.aribaud@free.fr]> | 2010-08-08 05:17:05 +0530 |
---|---|---|
committer | Prafulla Wadaskar <prafulla@marvell.com> | 2010-08-08 05:17:05 +0530 |
commit | f2a37fcd9ba9d3d0aab5864141715596aff1de60 (patch) | |
tree | a33520591661fdc3fffbdc07f4ccf6f151d82bbb /include/configs/ap325rxa.h | |
parent | 9efac4a1eb99d9c5539aa6992025eeacab7980c6 (diff) |
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/ap325rxa.h')
-rw-r--r-- | include/configs/ap325rxa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/ap325rxa.h b/include/configs/ap325rxa.h index 70dd47ecb56..80a5797493d 100644 --- a/include/configs/ap325rxa.h +++ b/include/configs/ap325rxa.h @@ -138,6 +138,7 @@ #define CONFIG_SYS_ATA_DATA_OFFSET 0x200 /* data reg offset */ #define CONFIG_SYS_ATA_REG_OFFSET 0x200 /* reg offset */ #define CONFIG_SYS_ATA_ALT_OFFSET 0x210 /* alternate register offset */ +#define CONFIG_IDE_SWAP_IO /* if you use all NOR Flash , you change dip-switch. Please see Manual. */ #define CONFIG_SYS_MAX_FLASH_BANKS 1 |