libpayload/storage: Enable STORAGE_64BIT_LBA
32-bit LBA limits drives, that have or emulate 512B sectors, to 2TiB capacity. Therefore, enable the 64-bit support. Change-Id: I663029a2137c5af3c77d576fe27db0b8fa7488a9 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46534 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
70d73a85bf
commit
e92c84050b
|
@ -12,7 +12,7 @@ config STORAGE
|
|||
config STORAGE_64BIT_LBA
|
||||
bool "Use 64-bit integers to address sectors"
|
||||
depends on STORAGE
|
||||
default n
|
||||
default y
|
||||
help
|
||||
If this is selected, sectors will be addressed by an 64-bit integer.
|
||||
Select this to support LBA-48 for ATA drives.
|
||||
|
|
Loading…
Reference in New Issue