aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:13:24 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:14:51 -0500
commita2c164cbb46c6400d93d08e634a1987bfce0e79f (patch)
tree53c4888985503ba0f203a3213f24dc63036f422b /include
parent1c3ba55798e3552739f06356aaeb18e66ec49a3c (diff)
downloadu-boot-a2c164cbb46c6400d93d08e634a1987bfce0e79f.zip
u-boot-a2c164cbb46c6400d93d08e634a1987bfce0e79f.tar.gz
u-boot-a2c164cbb46c6400d93d08e634a1987bfce0e79f.tar.bz2
global: Migrate CONFIG_OTHBOOTARGS to CFG
Perform a simple rename of CONFIG_OTHBOOTARGS to CFG_OTHBOOTARGS Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/x86-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 65a1e63..5d461e8 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -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" \