diff options
author | Tom Rini <trini@konsulko.com> | 2015-06-10 10:55:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-10 10:55:49 -0400 |
commit | b2016133edec9ece02dca7881e2e0c059d2b421c (patch) | |
tree | d625b7cbb93cccebfd689b8931939e1083ece3a0 /include/configs | |
parent | 204bb1eab6df70884b2ef582db735f33a939d63e (diff) | |
parent | 0751b138064db28f0866f0c2439afb8b3975180c (diff) | |
download | u-boot-imx-b2016133edec9ece02dca7881e2e0c059d2b421c.zip u-boot-imx-b2016133edec9ece02dca7881e2e0c059d2b421c.tar.gz u-boot-imx-b2016133edec9ece02dca7881e2e0c059d2b421c.tar.bz2 |
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/sunxi-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 07db736..063abd5 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -126,6 +126,7 @@ #define CONFIG_SCSI_AHCI #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SUNXI_AHCI +#define CONFIG_SYS_64BIT_LBA #define CONFIG_SYS_SCSI_MAX_SCSI_ID 1 #define CONFIG_SYS_SCSI_MAX_LUN 1 #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ |