summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:13:39 -0500
committerTom Rini <[email protected]>2022-12-23 10:15:11 -0500
commitd4c8dd1e6f7ca7740acd20eb3c97e051be94c375 (patch)
treea334345ccfdb29f80737a093f9b8fb788fd75453 /include
parent62350c72d4bb4142e17bc594715456fa472d6b14 (diff)
global: Migrate CONFIG_RAMDISK_ADDR to CFG
Perform a simple rename of CONFIG_RAMDISK_ADDR to CFG_RAMDISK_ADDR Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/x86-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 5d461e8d0c6..f421ec58034 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -25,7 +25,7 @@
*/
/* Default environment */
-#define CONFIG_RAMDISK_ADDR 0x4000000
+#define CFG_RAMDISK_ADDR 0x4000000
#if defined(CONFIG_GENERATE_ACPI_TABLE) || defined(CONFIG_EFI_STUB)
#define CFG_OTHBOOTARGS "othbootargs=\0"
#else