diff options
| author | Marek Vasut <marek.vasut@gmail.com> | 2010-08-08 15:55:52 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-08-09 01:15:22 +0200 | 
| commit | b417260d871d4d8d336c160d95ed40cc8c0fb0fa (patch) | |
| tree | 40e4ee2ff6557a8531b7a97d82385a9634f5b139 | |
| parent | c7e61334bc3936a2b7c9c4bb62a33f097e2234e5 (diff) | |
| download | olio-uboot-2014.01-b417260d871d4d8d336c160d95ed40cc8c0fb0fa.tar.xz olio-uboot-2014.01-b417260d871d4d8d336c160d95ed40cc8c0fb0fa.zip | |
PXA: Declare __io for vpac270 IDE
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
| -rw-r--r-- | include/configs/vpac270.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 6d029954b..d3e22d901 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -228,6 +228,8 @@  #undef	CONFIG_IDE_LED  #undef	CONFIG_IDE_RESET +#define	__io +  #define CONFIG_SYS_IDE_MAXBUS		1  #define CONFIG_SYS_IDE_MAXDEVICE	1 |