summaryrefslogtreecommitdiff
path: root/include/configs/som-db5800-som-6867.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 18:13:56 +0300
committerTom Rini <trini@konsulko.com>2022-12-23 18:15:12 +0300
commite02e5e5188b94a084e46fccf455026cef4c6d01a (patch)
tree201486dd8e5193185ee7bed2ce36c6ba3fffffde /include/configs/som-db5800-som-6867.h
parent6786ce1ce14feb4d02854a0c04bc0cce505be46e (diff)
downloadu-boot-e02e5e5188b94a084e46fccf455026cef4c6d01a.tar.xz
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/som-db5800-som-6867.h')
-rw-r--r--include/configs/som-db5800-som-6867.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/som-db5800-som-6867.h b/include/configs/som-db5800-som-6867.h
index f097092136..b2e7aa1514 100644
--- a/include/configs/som-db5800-som-6867.h
+++ b/include/configs/som-db5800-som-6867.h
@@ -12,7 +12,7 @@
#include <configs/x86-common.h>
-#define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \
+#define CFG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \
"stdout=serial,vidconsole\0" \
"stderr=serial,vidconsole\0"