diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:13:58 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:15:12 -0500 |
commit | e660e972c44f53c8d90dfcb2d6b3564b325bec66 (patch) | |
tree | 0eaa752e55415c96a8b7182a0a495e28ad06fbe2 /include/configs/harmony.h | |
parent | d8964b3e1d7233a1b45679c57985575ec0056022 (diff) | |
download | u-boot-e660e972c44f53c8d90dfcb2d6b3564b325bec66.tar.gz |
global: Migrate CONFIG_TEGRA_BOARD_STRING to CFG
Perform a simple rename of CONFIG_TEGRA_BOARD_STRING to CFG_TEGRA_BOARD_STRING
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/harmony.h')
-rw-r--r-- | include/configs/harmony.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/harmony.h b/include/configs/harmony.h index a1a66bfb64e..cae7acdb70b 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -11,7 +11,7 @@ #include "tegra20-common.h" /* High-level configuration options */ -#define CONFIG_TEGRA_BOARD_STRING "NVIDIA Harmony" +#define CFG_TEGRA_BOARD_STRING "NVIDIA Harmony" /* Board-specific serial config */ |