[U-Boot] [PATCH] x86: Remove CONFIG_SATA_INTEL from x86-common.h
Bin Meng
bmeng.cn at gmail.com
Sat Jan 24 10:17:08 CET 2015
CONFIG_SATA_INTEL is not referenced anywhere, so remove it.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
include/configs/x86-common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index f16ae32..dd19c02 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -39,7 +39,6 @@
/* SATA AHCI storage */
#define CONFIG_SCSI_AHCI
-#define CONFIG_SATA_INTEL
#ifdef CONFIG_SCSI_AHCI
#define CONFIG_LIBATA
#define CONFIG_SYS_64BIT_LBA
--
1.8.2.1
More information about the U-Boot
mailing list