diff options
author | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:37:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-10 22:37:27 +0200 |
commit | fe8d63c8c75acc87d398b2e181b9135d2ecfc05a (patch) | |
tree | 4eec2967c157e11cbf54f41845fb1350d3cc772f /arch/powerpc | |
parent | 9844d027b52cc89264f6bf7686e26d9dc50134fd (diff) | |
parent | 86cf2ae492db316e73512a1786d57ece9b3a7624 (diff) | |
download | u-boot-imx-fe8d63c8c75acc87d398b2e181b9135d2ecfc05a.zip u-boot-imx-fe8d63c8c75acc87d398b2e181b9135d2ecfc05a.tar.gz u-boot-imx-fe8d63c8c75acc87d398b2e181b9135d2ecfc05a.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-marvell
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index f70699d..d098657 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -95,4 +95,7 @@ #define CONFIG_FSL_LBC #endif +/* All PPC boards must swap IDE bytes */ +#define CONFIG_IDE_SWAP_IO + #endif /* _ASM_CONFIG_H_ */ |