Skip to content

Commit

Permalink
disk: Correct help for TPL_PARTITIONS
Browse files Browse the repository at this point in the history
Fix a few typos in this help text. Fix a typo in SPL_PARTITIONS while
we are here.

Signed-off-by: Simon Glass <[email protected]>
  • Loading branch information
sjg20 authored and trini committed Sep 16, 2022
1 parent 6ec7207 commit e7b1018
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions disk/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ config SPL_PARTITIONS
select SPL_STRTO
help
Enable this for base partition support in SPL. The required
partition table types shold be enabled separately. This add a
partition table types shold be enabled separately. This adds a
small amount of size to SPL, typically 500 bytes.

config TPL_PARTITIONS
bool
select TPL_SPRINTF
select TPL_STRTO
help
Enable this for base partition support in SPL. The required
partition table types shold be enabled separately. This add a
small amount of size to SPL, typically 500 bytes.
Enable this for base partition support in TPL. The required
partition table types shold be enabled separately. This adds a
small amount of size to TPL, typically 500 bytes.

config MAC_PARTITION
bool "Enable Apple's MacOS partition table"
Expand Down

0 comments on commit e7b1018

Please sign in to comment.