commit | f2f14da4fc4e345d93e9dd1e35e4237e1d2f374a | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Tue Apr 01 20:09:13 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Sun May 25 15:11:31 2014 +0200 |
tree | 7b875f0fb0af7ca0405729d418971ed100c2a273 | |
parent | ca49d35951bd434120ca0d55aea2e02d1061b8c1 [diff] |
lsxl: use 64bit for LBA48 to support 4 TB drives Cc: Prafulla Wadaskar <prafulla@marvell.com> Signed-off-by: Michael Walle <michael@walle.cc>
diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 96a889f..97a8bb7 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 */