diff options
| author | Wolfgang Denk <[email protected]> | 2010-08-10 22:37:27 +0200 |
|---|---|---|
| committer | Wolfgang Denk <[email protected]> | 2010-08-10 22:37:27 +0200 |
| commit | fe8d63c8c75acc87d398b2e181b9135d2ecfc05a (patch) | |
| tree | 4eec2967c157e11cbf54f41845fb1350d3cc772f /arch/powerpc/include | |
| parent | 9844d027b52cc89264f6bf7686e26d9dc50134fd (diff) | |
| parent | 86cf2ae492db316e73512a1786d57ece9b3a7624 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-marvell
Diffstat (limited to 'arch/powerpc/include')
| -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 f70699de279..d0986570e29 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_ */ |
