common/Kconfig: Reword text for BOARD_TYPES
authorTom Rini <trini@konsulko.com>
Thu, 16 Feb 2023 03:36:47 +0000 (22:36 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 2 Mar 2023 20:32:25 +0000 (15:32 -0500)
commite7348a7c745fe454046c492a53d17b70b51ad6ba
tree19fc1eceffb82ea8416fcc320127a052e2d21674
parent49cba67852f1fb5ef481bef3532b2cda96816e45
common/Kconfig: Reword text for BOARD_TYPES

While it is true that for some Samsung platforms, we call
get_board_type() the main usage of this CONFIG switch is to enable
board_types in global data, which is then used by various platforms.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig