diff options
author | wdenk <wdenk> | 2004-09-28 20:34:50 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-28 20:34:50 +0000 |
commit | 64f70bede37f833d2ed31311ff293c759c41a2a6 (patch) | |
tree | d4e41ef699babf7f6792d0894b478aae82b75f46 /include/configs | |
parent | cce625e557416d06aeddaab0967b3119748cd21e (diff) | |
download | talos-obmc-uboot-64f70bede37f833d2ed31311ff293c759c41a2a6.tar.gz talos-obmc-uboot-64f70bede37f833d2ed31311ff293c759c41a2a6.zip |
Fix problems with CDROM drive as slave device on Lite5200 IDE bus.
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/IceCube.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/configs/IceCube.h b/include/configs/IceCube.h index ce6e59173f..3c1b2ab59b 100644 --- a/include/configs/IceCube.h +++ b/include/configs/IceCube.h @@ -84,6 +84,7 @@ /* Partitions */ #define CONFIG_MAC_PARTITION #define CONFIG_DOS_PARTITION +#define CONFIG_ISO_PARTITION /* USB */ #if 1 @@ -324,7 +325,7 @@ #define CONFIG_IDE_PREINIT #define CFG_IDE_MAXBUS 1 /* max. 1 IDE bus */ -#define CFG_IDE_MAXDEVICE 1 /* max. 1 drive per IDE bus */ +#define CFG_IDE_MAXDEVICE 2 /* max. 1 drive per IDE bus */ #define CFG_ATA_IDE0_OFFSET 0x0000 @@ -342,4 +343,6 @@ /* Interval between registers */ #define CFG_ATA_STRIDE 4 +#define CONFIG_ATAPI 1 + #endif /* __CONFIG_H */ |