summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-08-23 10:40:37 -0500
committerJon Loeliger <jdl@freescale.com>2006-08-23 10:40:37 -0500
commit5e4c24bcb39eaba70281c2a3d214327649503255 (patch)
tree224d54a6d329e1c94307520b3639c76b3d2d25f2 /common
parentad09083c3736ea72bceee92721933513d3137b66 (diff)
parentdabf9ef8c10b4dead5ef2106ef742b1c06b542de (diff)
downloadu-boot-imx-5e4c24bcb39eaba70281c2a3d214327649503255.zip
u-boot-imx-5e4c24bcb39eaba70281c2a3d214327649503255.tar.gz
u-boot-imx-5e4c24bcb39eaba70281c2a3d214327649503255.tar.bz2
Merge branch 'mpc86xx'
Diffstat (limited to 'common')
-rw-r--r--common/cmd_scsi.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/cmd_scsi.c b/common/cmd_scsi.c
index e804861..cc08743 100644
--- a/common/cmd_scsi.c
+++ b/common/cmd_scsi.c
@@ -43,8 +43,13 @@
#else
#define SCSI_DEV_ID CONFIG_SCSI_DEV_ID
#endif
+#elif defined CONFIG_SATA_ULI5288
+
+#define SCSI_VEND_ID 0x10b9
+#define SCSI_DEV_ID 0x5288
+
#else
-#error CONFIG_SCSI_SYM53C8XX must be defined
+#error no scsi device defined
#endif