global: Migrate CONFIG_OTHBOOTARGS to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:13:24 +0000 (10:13 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:14:51 +0000 (10:14 -0500)
Perform a simple rename of CONFIG_OTHBOOTARGS to CFG_OTHBOOTARGS

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/x86-common.h

index 65a1e63..5d461e8 100644 (file)
@@ -27,9 +27,9 @@
 /* Default environment */
 #define CONFIG_RAMDISK_ADDR    0x4000000
 #if defined(CONFIG_GENERATE_ACPI_TABLE) || defined(CONFIG_EFI_STUB)
-#define CONFIG_OTHBOOTARGS     "othbootargs=\0"
+#define CFG_OTHBOOTARGS        "othbootargs=\0"
 #else
-#define CONFIG_OTHBOOTARGS     "othbootargs=acpi=off\0"
+#define CFG_OTHBOOTARGS        "othbootargs=acpi=off\0"
 #endif
 
 #if defined(CONFIG_DISTRO_DEFAULTS)
@@ -49,7 +49,7 @@
        "pciconfighost=1\0"                             \
        "netdev=eth0\0"                                 \
        "consoledev=ttyS0\0"                            \
-       CONFIG_OTHBOOTARGS                              \
+       CFG_OTHBOOTARGS                         \
        "scriptaddr=0x7000000\0"                        \
        "kernel_addr_r=0x1000000\0"                     \
        "ramdisk_addr_r=0x4000000\0"                    \