From 035faf32a5cc8eb5c5880bc458d61834a0d5e4df Mon Sep 17 00:00:00 2001 From: Mark Langsdorf Date: Mon, 5 Nov 2012 09:27:35 -0600 Subject: (SW-1803) Support 2+ TB drives on highbank Add CONFIG_SYS_64BIT_LBA to the highbank config. This change, along with the previous 5 commits, enables support for 2+ TB drives. These patches were all cherry-picked from u-boot upstream and should be dropped on the next merge. --- include/configs/highbank.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 1317fd284..8fae05e23 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -106,6 +106,8 @@ sizeof(CONFIG_SYS_PROMPT)+16) #define CONFIG_SYS_LOAD_ADDR 0x800000 +#define CONFIG_SYS_64BIT_LBA + /*----------------------------------------------------------------------- * Physical Memory Map -- cgit v1.2.3