]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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)
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

index e3a5e1be1e95c04cb571c9feca34847c084b105e..86d6679d05b50cfbaf55047b4ca4e836b9c0306a 100644 (file)
@@ -551,12 +551,11 @@ endmenu
 menu "Init options"
 
 config BOARD_TYPES
-       bool "Call get_board_type() to get and display the board type"
+       bool "Enable board_type entry in global data struct"
        help
-         If this option is enabled, checkboard() will call get_board_type()
-         to get a string containing the board type and this will be
-         displayed immediately after the model is shown on the console
-         early in boot.
+         If this option is enabled, a field will be added to the global
+         data struct to store an unsigned long value for the type of
+         platform that we have determined we are on, at run-time.
 
 config DISPLAY_CPUINFO
        bool "Display information about the CPU during start up"