From: Heinrich Schuchardt Date: Thu, 17 Sep 2020 15:57:21 +0000 (+0200) Subject: disk: typo Terra Bytes X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=643b5e7ea37139640c4c780a221d365a6ee60194;p=u-boot.git disk: typo Terra Bytes 512 * 2^32 bytes equals 2 tebibytes. Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/disk/part_efi.c b/disk/part_efi.c index de3491821f..60b1c1d761 100644 --- a/disk/part_efi.c +++ b/disk/part_efi.c @@ -7,7 +7,7 @@ /* * NOTE: * when CONFIG_SYS_64BIT_LBA is not defined, lbaint_t is 32 bits; this - * limits the maximum size of addressable storage to < 2 Terra Bytes + * limits the maximum size of addressable storage to < 2 tebibytes */ #include #include