From 2b224609568988a7d8db22d372b232a69155733f Mon Sep 17 00:00:00 2001 From: Reinhard Arlt Date: Thu, 10 Nov 2011 08:51:57 +0000 Subject: CPCI750: Add CPCI-HD/2 support This patch adds support for the esd CPCI-HD/2 board to u-boot for CPCI-CPU/750. As the primary devices on the CPCI-HD/2 board are connected to device 1 and 3, the device must be swapped. Signed-off-by: Reinhard Arlt --- include/ata.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ata.h') diff --git a/include/ata.h b/include/ata.h index b51475da81..3b2d737e61 100644 --- a/include/ata.h +++ b/include/ata.h @@ -82,7 +82,9 @@ /* * Device / Head Register Bits */ +#ifndef ATA_DEVICE #define ATA_DEVICE(x) ((x & 1)<<4) +#endif /* ATA_DEVICE */ #define ATA_LBA 0xE0 /* -- cgit v1.2.1