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>
This commit is contained in:
Tom Rini
2022-12-04 10:13:56 -05:00
parent 6786ce1ce1
commit e02e5e5188
19 changed files with 22 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
#include <configs/x86-common.h>
#define CONFIG_STD_DEVICES_SETTINGS \
#define CFG_STD_DEVICES_SETTINGS \
"stdin=serial,i8042-kbd,usbkbd\0" \
"stdout=serial\0" \
"stderr=serial\0"
@@ -18,7 +18,7 @@
*/
#undef CFG_EXTRA_ENV_SETTINGS
#define CFG_EXTRA_ENV_SETTINGS \
CONFIG_STD_DEVICES_SETTINGS \
CFG_STD_DEVICES_SETTINGS \
"netdev=eth0\0" \
"consoledev=ttyS0\0" \
"ramdiskaddr=0x4000000\0" \