summaryrefslogtreecommitdiff
path: root/disk
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-09-22 16:47:48 -0400
committerTom Rini <trini@konsulko.com>2020-09-22 16:47:48 -0400
commit5949f36f083515e2bb55f1a9c9110b287fbab587 (patch)
tree67f2845b9bef6a9ac84dea81186352ff3379f935 /disk
parentba2a0cbb053951ed6d36161989d38da724696b4d (diff)
parentdc8368b7ee2b06c3b151074e4eb11fe3dbaa41d8 (diff)
Merge branch '2020-09-22-assorted-bugfixes'
- Fix for environment location on some PowerPC boards - Typo / documentation fix - Two fixes for mpc8xxx
Diffstat (limited to 'disk')
-rw-r--r--disk/part_efi.c2
1 files changed, 1 insertions, 1 deletions
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 <common.h>
#include <blk.h>