commit | 885ca06fa2b8fcb5e41968ea253049b65c58a8fe | [log] [tgz] |
---|---|---|
author | Soeren Moch <smoch@web.de> | Fri Mar 01 13:11:00 2019 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sat Apr 13 20:30:09 2019 +0200 |
tree | 78e770bb004c3b1ea49b1a1fed6e3d3ea84f82ab | |
parent | 5569bbdb3095356117b69ea7b359f0df361a0126 [diff] [blame] |
board: tbs2910: Convert sata to ahci driver model While at it, also configure 64-bit LBA support. Signed-off-by: Soeren Moch <smoch@web.de>
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index eff93ef..a211b9d 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h
@@ -77,6 +77,7 @@ #define CONFIG_DWC_AHSATA_PORT_ID 0 #define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR #define CONFIG_LBA48 +#define CONFIG_SYS_64BIT_LBA #endif /* USB */