diff mbox

[U-Boot,v2,1/2] lsxl: use 64bit for LBA48 to support 4 TB drives

Message ID 1396375754-14705-1-git-send-email-michael@walle.cc
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Michael Walle April 1, 2014, 6:09 p.m. UTC
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Michael Walle <michael@walle.cc>
---
Changes v2:
 - none
---
 include/configs/lsxl.h |    1 +
 1 file changed, 1 insertion(+)

Comments

Albert ARIBAUD May 25, 2014, 1:14 p.m. UTC | #1
Hi Michael,

On Tue,  1 Apr 2014 20:09:13 +0200, Michael Walle <michael@walle.cc>
wrote:

> Cc: Prafulla Wadaskar <prafulla@marvell.com>
> Signed-off-by: Michael Walle <michael@walle.cc>
> ---
> Changes v2:
>  - none
> ---
>  include/configs/lsxl.h |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
> index 2ae8a27..4ad5eb8 100644
> --- a/include/configs/lsxl.h
> +++ b/include/configs/lsxl.h
> @@ -160,6 +160,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 */

Applied to u-boot-arm/master, thanks!

Amicalement,
diff mbox

Patch

diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h
index 2ae8a27..4ad5eb8 100644
--- a/include/configs/lsxl.h
+++ b/include/configs/lsxl.h
@@ -160,6 +160,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 */