commit | 921ff7e226d78624c607ea69bc74161f4f174340 | [log] [tgz] |
---|---|---|
author | Hector Martin <marcan@marcan.st> | Thu Apr 18 21:00:25 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 11:02:08 2024 -0600 |
tree | 40efe25ec6e091cb6d9e0d1e3b404970045c32af | |
parent | d4d248d7329297300f9612d58c801479251de400 [diff] |
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>