]> git.dujemihanovic.xyz Git - u-boot.git/commit
apple_m1_defconfig: Turn on CONFIG_SYS_64BIT_LBA
authorHector Martin <marcan@marcan.st>
Thu, 18 Apr 2024 19:00:25 +0000 (21:00 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2024 17:02:08 +0000 (11:02 -0600)
commit35361d8b4556cc0b6d4b4299412b41f074caa4db
tree40efe25ec6e091cb6d9e0d1e3b404970045c32af
parent25049ad560826f7dc1c4740883b0016014a59789
apple_m1_defconfig: Turn on CONFIG_SYS_64BIT_LBA

This makes USB HDDs >2TiB work. The only reason this hasn't bitten us
for the internal NVMe yet is the 4K sector size, because the largest SSD
Apple sells is 8TB and we can handle up to 16TiB with that sector size.
Close call.

Signed-off-by: Hector Martin <marcan@marcan.st>
Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Janne Grunau <j@jannau.net>
configs/apple_m1_defconfig