From: Michael Walle Date: Tue, 1 Apr 2014 18:09:13 +0000 (+0200) Subject: lsxl: use 64bit for LBA48 to support 4 TB drives X-Git-Tag: v2014.07-rc3~53^2~35 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=9e5f060e45ef6b0d80a69697b021bd24672eed57 lsxl: use 64bit for LBA48 to support 4 TB drives Cc: Prafulla Wadaskar Signed-off-by: Michael Walle --- diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 96a889fe87..97a8bb7aa3 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -161,6 +161,7 @@ #undef CONFIG_SYS_IDE_MAXDEVICE #define CONFIG_SYS_IDE_MAXDEVICE 1 #define CONFIG_SYS_ATA_IDE0_OFFSET MV_SATA_PORT0_OFFSET +#define CONFIG_SYS_64BIT_LBA #endif #endif /* _CONFIG_LSXL_H */