projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9665fa8
)
lsxl: use 64bit for LBA48 to support 4 TB drives
author
Michael Walle
<michael@walle.cc>
Tue, 1 Apr 2014 18:09:13 +0000
(20:09 +0200)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Sun, 25 May 2014 13:11:31 +0000
(15:11 +0200)
Cc: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Michael Walle <michael@walle.cc>
include/configs/lsxl.h
patch
|
blob
|
history
diff --git
a/include/configs/lsxl.h
b/include/configs/lsxl.h
index 96a889fe87e36bf74abd9aafe55cff7807471dd4..97a8bb7aa3b8de1326b554e7e30fcf035745bc52 100644
(file)
--- 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 */