diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:13:56 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:15:12 -0500 |
| commit | e02e5e5188b94a084e46fccf455026cef4c6d01a (patch) | |
| tree | 201486dd8e5193185ee7bed2ce36c6ba3fffffde /include/configs/slimbootloader.h | |
| parent | 6786ce1ce14feb4d02854a0c04bc0cce505be46e (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 <[email protected]>
Diffstat (limited to 'include/configs/slimbootloader.h')
| -rw-r--r-- | include/configs/slimbootloader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/slimbootloader.h b/include/configs/slimbootloader.h index 748a423b083..20b99a1021d 100644 --- a/include/configs/slimbootloader.h +++ b/include/configs/slimbootloader.h @@ -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" \ |
