diff options
author | Tom Rini | 2022-12-04 10:13:58 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-23 10:15:12 -0500 |
commit | e660e972c44f53c8d90dfcb2d6b3564b325bec66 (patch) | |
tree | 0eaa752e55415c96a8b7182a0a495e28ad06fbe2 /include/configs/p2371-2180.h | |
parent | d8964b3e1d7233a1b45679c57985575ec0056022 (diff) |
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/p2371-2180.h')
-rw-r--r-- | include/configs/p2371-2180.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h index 24adf4e13f0..0b077aba659 100644 --- a/include/configs/p2371-2180.h +++ b/include/configs/p2371-2180.h @@ -12,7 +12,7 @@ #include "tegra210-common.h" /* High-level configuration options */ -#define CONFIG_TEGRA_BOARD_STRING "NVIDIA P2371-2180" +#define CFG_TEGRA_BOARD_STRING "NVIDIA P2371-2180" /* Board-specific serial config */ |