]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
global: Migrate CONFIG_IRAM_BASE to CFG
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:04:13 +0000 (10:04 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 15:10:40 +0000 (10:10 -0500)
Perform a simple rename of CONFIG_IRAM_BASE to CFG_IRAM_BASE

Signed-off-by: Tom Rini <trini@konsulko.com>
13 files changed:
arch/arm/include/asm/arch-rockchip/bootrom.h
include/configs/px30_common.h
include/configs/rk3066_common.h
include/configs/rk3128_common.h
include/configs/rk3188_common.h
include/configs/rk322x_common.h
include/configs/rk3288_common.h
include/configs/rk3308_common.h
include/configs/rk3328_common.h
include/configs/rk3368_common.h
include/configs/rk3399_common.h
include/configs/rk3568_common.h
include/configs/rv1108_common.h

index 0da78f30b6191f309365ff282d7a0a8034511a9a..4276a0f6811a24ff285ecc1bdd964753a2fc37fb 100644 (file)
@@ -57,6 +57,6 @@ extern const char * const boot_devices[BROM_LAST_BOOTSOURCE + 1];
 /**
  * Locations of the boot-device identifier in SRAM
  */
-#define BROM_BOOTSOURCE_ID_ADDR   (CONFIG_IRAM_BASE + 0x10)
+#define BROM_BOOTSOURCE_ID_ADDR   (CFG_IRAM_BASE + 0x10)
 
 #endif
index 003686930a4b125c0186e82b68abb3f33a04b5dd..3f1595cdc95f5df3c628bf29246294c1d47da4fe 100644 (file)
@@ -9,7 +9,7 @@
 #include "rockchip-common.h"
 
 /* FIXME: ff020000 is pmu_mem (10k), while ff0e0000 is regular int_mem */
-#define CONFIG_IRAM_BASE               0xff020000
+#define CFG_IRAM_BASE          0xff020000
 
 #define GICD_BASE                      0xff131000
 #define GICC_BASE                      0xff132000
index c4758e148ba727cd79d0f6d6a9761ed9a0cd54c3..1a6d3678df3ed150ee9bd203a2f4876a35ab4885 100644 (file)
@@ -9,7 +9,7 @@
 #include <asm/arch-rockchip/hardware.h>
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0x10080000
+#define CFG_IRAM_BASE          0x10080000
 
 #define CFG_SYS_SDRAM_BASE             0x60000000
 #define SDRAM_BANK_SIZE                        (1024UL << 20UL)
index 5b0ec3700040020679adb950bc520d3d494fb667..8aa17bfbd3646b1e66d8038f2ef8c3740a6d5167 100644 (file)
@@ -10,7 +10,7 @@
 
 #define CFG_SYS_HZ_CLOCK               24000000
 
-#define CONFIG_IRAM_BASE               0x10080000
+#define CFG_IRAM_BASE          0x10080000
 
 /* RAW SD card / eMMC locations. */
 
index 58f491c2f3204c855d9646bdabbe6e82cd29907a..ac9195672fb7f8103b54b6d5d46ca8a6b40d0615 100644 (file)
@@ -9,7 +9,7 @@
 #include <asm/arch-rockchip/hardware.h>
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE       0x10080000
+#define CFG_IRAM_BASE  0x10080000
 
 /* spl size 32kb sram - 2kb bootrom */
 
index b95268df87c2c6296b70a6bc124cd99c2413fa80..fcaf9c52c4bed9b36c8d2b6a505d147a7d7dde2b 100644 (file)
@@ -10,7 +10,7 @@
 
 #define CFG_SYS_HZ_CLOCK               24000000
 
-#define CONFIG_IRAM_BASE               0x10080000
+#define CFG_IRAM_BASE          0x10080000
 
 #define CFG_SYS_SDRAM_BASE             0x60000000
 #define SDRAM_BANK_SIZE                        (512UL << 20UL)
index d3b8a5150f6b7255002c3a3e912ed11b4915f977..5f29432be10b27db4cc43b8e178200230f1596ef 100644 (file)
@@ -11,7 +11,7 @@
 
 #define CFG_SYS_HZ_CLOCK               24000000
 
-#define CONFIG_IRAM_BASE               0xff700000
+#define CFG_IRAM_BASE          0xff700000
 
 /* RAW SD card / eMMC locations. */
 
index bc03e113fef0cae3c61817a9bf7f04f896720121..55a0dfecb21bb98504a291462d03b8f648ceca2f 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0xfff80000
+#define CFG_IRAM_BASE          0xfff80000
 
 #define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xff000000
index 85d2186f23e0dd867201f95de82a70e700c058b3..fadcb93a5f7e1d69bf07ffbd292adfcf05bb5925 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0xff090000
+#define CFG_IRAM_BASE          0xff090000
 
 /* FAT sd card locations. */
 #define CFG_SYS_SDRAM_BASE             0
index 17636250510bc370163d3cec2a9180e7c8c93811..9aa256b59592ddf3a2b873cfab0371243666f820 100644 (file)
@@ -14,7 +14,7 @@
 #define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xff000000
 
-#define CONFIG_IRAM_BASE               0xff8c0000
+#define CFG_IRAM_BASE          0xff8c0000
 
 #define ENV_MEM_LAYOUT_SETTINGS \
        "scriptaddr=0x00500000\0" \
index 2278b6215d4835a63b11609f71b5eb20845330e4..95cb27c89516a9373cb3df379f334a714e3e1424 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0xff8c0000
+#define CFG_IRAM_BASE          0xff8c0000
 
 /* FAT sd card locations. */
 #define CFG_SYS_SDRAM_BASE             0
index 750f16d03999a3ff4c419fe8be54da2bafbee113..ae360105d508548f9b5f86cbc2ca99c691b9b159 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0xfdcc0000
+#define CFG_IRAM_BASE          0xfdcc0000
 
 #define CFG_SYS_SDRAM_BASE             0
 #define SDRAM_MAX_SIZE                 0xf0000000
index 6e17b23b624c67fee6d1e5886fd92c04767f3e18..63551b47e200d4bf1db22d34bcbcdaccaf85858e 100644 (file)
@@ -8,7 +8,7 @@
 #include <asm/arch-rockchip/hardware.h>
 #include "rockchip-common.h"
 
-#define CONFIG_IRAM_BASE               0x10080000
+#define CFG_IRAM_BASE          0x10080000
 
 #define CFG_SYS_TIMER_RATE             (24 * 1000 * 1000)
 /* TIMER1,initialized by ddr initialize code */