aboutsummaryrefslogtreecommitdiff
path: root/include/configs/galileo.h
diff options
context:
space:
mode:
authorTom Rini2022-12-04 10:13:56 -0500
committerTom Rini2022-12-23 10:15:12 -0500
commite02e5e5188b94a084e46fccf455026cef4c6d01a (patch)
tree201486dd8e5193185ee7bed2ce36c6ba3fffffde /include/configs/galileo.h
parent6786ce1ce14feb4d02854a0c04bc0cce505be46e (diff)
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/galileo.h')
-rw-r--r--include/configs/galileo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h
index 472f236b9b6..0380ac287be 100644
--- a/include/configs/galileo.h
+++ b/include/configs/galileo.h
@@ -14,7 +14,7 @@
/* ns16550 UART is memory-mapped in Quark SoC */
-#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \
+#define CFG_STD_DEVICES_SETTINGS "stdin=serial\0" \
"stdout=serial\0" \
"stderr=serial\0"