diff options
author | Michael Walle <michael@walle.cc> | 2014-04-01 20:09:13 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-05-25 15:11:31 +0200 |
commit | 9e5f060e45ef6b0d80a69697b021bd24672eed57 (patch) | |
tree | 7b875f0fb0af7ca0405729d418971ed100c2a273 /include/configs/lsxl.h | |
parent | 9665fa8f9e1488209d5e01d0792c243e0a220c5a (diff) | |
download | u-boot-9e5f060e45ef6b0d80a69697b021bd24672eed57.tar.gz |
lsxl: use 64bit for LBA48 to support 4 TB drives
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'include/configs/lsxl.h')
-rw-r--r-- | include/configs/lsxl.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |