aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-08-16 01:10:33 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-08-16 01:10:37 -0600
commit605c08e8b6f7b7e4b9d17b6cb367fb27ce1c511c (patch)
treeb3c1de9224955512c8152ab76e56cb2f05a2dcd0
parent69c3f5e3447835588f030718037dde3a5dd3f99a (diff)
SAUCE: HIGHBANK: fix build error
By defining CONFIG_SCSI_AHCI_PLAT Signed-off-by: John Rigby <john.rigby@linaro.org>
-rw-r--r--include/configs/highbank.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/highbank.h b/include/configs/highbank.h
index 0ae198d05..9c8578835 100644
--- a/include/configs/highbank.h
+++ b/include/configs/highbank.h
@@ -43,6 +43,7 @@
#define CONFIG_MISC_INIT_R
#define CONFIG_SCSI_AHCI
+#define CONFIG_SCSI_AHCI_PLAT
#define CONFIG_SYS_SCSI_MAX_SCSI_ID 5
#define CONFIG_SYS_SCSI_MAX_LUN 1
#define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \