diff options
author | Tom Rini <trini@konsulko.com> | 2022-12-04 10:13:56 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-12-23 10:15:12 -0500 |
commit | e02e5e5188b94a084e46fccf455026cef4c6d01a (patch) | |
tree | 201486dd8e5193185ee7bed2ce36c6ba3fffffde /include/configs/dfi-bt700.h | |
parent | 6786ce1ce14feb4d02854a0c04bc0cce505be46e (diff) | |
download | u-boot-e02e5e5188b94a084e46fccf455026cef4c6d01a.tar.gz |
global: Migrate CONFIG_STD_DEVICES_SETTINGS to CFG
Perform a simple rename of CONFIG_STD_DEVICES_SETTINGS to CFG_STD_DEVICES_SETTINGS
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dfi-bt700.h')
-rw-r--r-- | include/configs/dfi-bt700.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dfi-bt700.h b/include/configs/dfi-bt700.h index d10422b6c1..05389a435b 100644 --- a/include/configs/dfi-bt700.h +++ b/include/configs/dfi-bt700.h @@ -16,7 +16,7 @@ /* Use BayTrail internal HS UART which is memory-mapped */ #endif -#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ +#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \ "stdout=serial\0" \ "stderr=serial\0" |