summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-05-16 09:33:18 +0800
committerSimon Glass <sjg@chromium.org>2015-06-04 02:39:39 -0600
commita40abfcc0008e3164caeee4dcd1294fda7675511 (patch)
tree50884e94ffdea859d3a368ded6c0233c6d4897a4 /include
parent77c2b210c70614383ca83b83be60f04bf14db0c4 (diff)
downloadtalos-obmc-uboot-a40abfcc0008e3164caeee4dcd1294fda7675511.tar.gz
talos-obmc-uboot-a40abfcc0008e3164caeee4dcd1294fda7675511.zip
x86: Add CONFIG_LBA48 and remove CONFIG_ATAPI in x86-common.h
Enable CONFIG_LBA48 to support large disks. CONFIG_ATAPI is only needed by cmd_ide.c which is not common for modern x86 targets, hence remove it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/x86-common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 31f9904ed7..0c0130af8c 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -37,6 +37,7 @@
#define CONFIG_SCSI_AHCI
#ifdef CONFIG_SCSI_AHCI
#define CONFIG_LIBATA
+#define CONFIG_LBA48
#define CONFIG_SYS_64BIT_LBA
#define CONFIG_SYS_SCSI_MAX_SCSI_ID 2
@@ -76,10 +77,6 @@
#define CONFIG_SYS_HUSH_PARSER
#define CONFIG_SUPPORT_VFAT
-/************************************************************
- * ATAPI support (experimental)
- ************************************************************/
-#define CONFIG_ATAPI
/************************************************************
* DISK Partition support
OpenPOWER on IntegriCloud