diff options
author | Wolfgang Denk <wd@denx.de> | 2010-08-10 23:03:15 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-08-10 23:03:15 +0200 |
commit | b9d51fbb18097975ff86d3a7b4a21a92a1b345f0 (patch) | |
tree | 1e062ddf881089872f49fb4ea3dcfc05c439f021 /arch/powerpc | |
parent | 42441b8a1a3e8b42459de60bbec6833a31cd6cd5 (diff) | |
parent | b77f380115028ef4b6cc59fc5ba332a6e31b4326 (diff) | |
download | u-boot-imx-b9d51fbb18097975ff86d3a7b4a21a92a1b345f0.zip u-boot-imx-b9d51fbb18097975ff86d3a7b4a21a92a1b345f0.tar.gz u-boot-imx-b9d51fbb18097975ff86d3a7b4a21a92a1b345f0.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-arm
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_ */ |