diff options
author | Soeren Moch <smoch@web.de> | 2019-03-01 13:11:00 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | 186d95380d282d2f0cd9cdb01b2c3805313c6a69 (patch) | |
tree | 78e770bb004c3b1ea49b1a1fed6e3d3ea84f82ab /include/configs | |
parent | 046a69b84808ed86a59bb32a970da912c1e78c94 (diff) | |
download | u-boot-186d95380d282d2f0cd9cdb01b2c3805313c6a69.tar.gz u-boot-186d95380d282d2f0cd9cdb01b2c3805313c6a69.tar.bz2 u-boot-186d95380d282d2f0cd9cdb01b2c3805313c6a69.zip |
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>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/tbs2910.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index eff93eff4f..a211b9d611 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 */ |