]> git.baikalelectronics.ru Git - uboot.git/commitdiff
global: Migrate CONFIG_STACKBASE to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:13:55 +0000 (10:13 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:15:12 +0000 (10:15 -0500)
Perform a simple rename of CONFIG_STACKBASE to CFG_STACKBASE

Signed-off-by: Tom Rini <trini@konsulko.com>
include/configs/tegra-common.h
include/configs/tegra114-common.h
include/configs/tegra124-common.h
include/configs/tegra20-common.h
include/configs/tegra30-common.h

index 66cf7ae5847e074342350c9261dd5a37aedb15c0..bde7ffce008fb708a972adb4e51575b98503e7c8 100644 (file)
@@ -45,7 +45,7 @@
 #define CFG_SYS_BOOTMAPSZ      (256 << 20)     /* 256M */
 
 #ifndef CONFIG_ARM64
-#define CFG_SYS_INIT_RAM_ADDR  CONFIG_STACKBASE
+#define CFG_SYS_INIT_RAM_ADDR  CFG_STACKBASE
 #define CFG_SYS_INIT_RAM_SIZE  CONFIG_SYS_MALLOC_LEN
 
 /* Defines for SPL */
index 87ec1f5a99d63e53ee900ab3a1f3c2657708e6b0..ab4fa5504c52beb47eef1c3ae7e19a6097c384e3 100644 (file)
@@ -15,7 +15,7 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_STACKBASE       0x83800000      /* 56MB */
+#define CFG_STACKBASE  0x83800000      /* 56MB */
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
index 0485fea6ccb88af97f56a678c918788786473c25..b413e25121287739c8317d03d50fdb97db629306 100644 (file)
@@ -17,7 +17,7 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_STACKBASE       0x83800000      /* 56MB */
+#define CFG_STACKBASE  0x83800000      /* 56MB */
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
index 617bfb2197cf9683d0fc7fb1e8f193f50e465f37..a313ac2041a9979c7e1d93c6d9f354f9caed5af7 100644 (file)
@@ -16,7 +16,7 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_STACKBASE       0x03800000      /* 56MB */
+#define CFG_STACKBASE  0x03800000      /* 56MB */
 
 /*-----------------------------------------------------------------------
  * Physical Memory Map
index 04fcf11ed82d12ee2e327f9b417be2b62cda9de8..c57d2d157e33ccf48c9df479fba836d1c3e4b40a 100644 (file)
@@ -16,7 +16,7 @@
 /*
  * Miscellaneous configurable options
  */
-#define CONFIG_STACKBASE       0x83800000      /* 56MB */
+#define CFG_STACKBASE  0x83800000      /* 56MB */
 
 /*
  * Memory layout for where various images get loaded by boot scripts: