]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
PXA: Rename pxa_dram_init to pxa2xx_dram_init
authorMarek Vasut <marek.vasut@gmail.com>
Sat, 26 Nov 2011 10:18:57 +0000 (11:18 +0100)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:33 +0000 (23:59 +0100)
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
13 files changed:
arch/arm/cpu/pxa/pxa2xx.c
arch/arm/include/asm/arch-pxa/pxa.h
board/balloon3/balloon3.c
board/colibri_pxa270/colibri_pxa270.c
board/lubbock/lubbock.c
board/palmld/palmld.c
board/palmtc/palmtc.c
board/pxa255_idp/pxa_idp.c
board/trizepsiv/conxs.c
board/vpac270/onenand.c
board/vpac270/vpac270.c
board/xaeniax/xaeniax.c
board/zipitz2/zipitz2.c

index e7b475d162ac67e1640dd10aa8202c0cac78327a..09e8177f7b8292cca79c2b6f4631cc94eeb28f42 100644 (file)
@@ -71,7 +71,7 @@ inline void writelrb(uint32_t val, uint32_t addr)
        asm volatile("" : : : "memory");
 }
 
-void pxa_dram_init(void)
+void pxa2xx_dram_init(void)
 {
        uint32_t tmp;
        int i;
@@ -262,7 +262,7 @@ void pxa_wakeup(void)
        /* Wakeup */
        if (rcsr & RCSR_SMR) {
                writel(PSSR_PH, PSSR);
-               pxa_dram_init();
+               pxa2xx_dram_init();
                icache_disable();
                dcache_disable();
                asm volatile("mov       pc, %0" : : "r"(readl(PSPR)));
index 050b3cd8d821e14536c8e0cbcd145eb461a6597b..49c6552c57828619304bfdc81910a821fe834a7e 100644 (file)
@@ -24,6 +24,6 @@
 
 int cpu_is_pxa25x(void);
 int cpu_is_pxa27x(void);
-void pxa_dram_init(void);
+void pxa2xx_dram_init(void);
 
 #endif /* __PXA_H__ */
index ebee5e179c6c04fc5d5d769081426de26acc6eac..f360323c9b715d47cfdc8bbd601bdb5d43b0a11a 100644 (file)
@@ -60,7 +60,7 @@ struct serial_device *default_serial_console(void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index 06f970b6675bcc0b6b138a5f9c8864c8f5bf5685..d72e5d6b5a09d68c715fa5b35c031ddf7974360e 100644 (file)
@@ -51,7 +51,7 @@ int board_init(void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index e9e6bda485391b8efa930d10bc5f257f1e7c7b79..437f9447159d5e655bcc2212d42c0d9b41f0b558 100644 (file)
@@ -59,7 +59,7 @@ int board_late_init(void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index 65bde83a1f6d2cb8d48ff4041432f5504ce457e7..2f1ad200808a1bd440602ed5b2c3dd72fbc47a68 100644 (file)
@@ -59,7 +59,7 @@ struct serial_device *default_serial_console(void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index 414562bb8555323942a71650a352ea303e2a9feb..4adf152a4edc02e78863ca44d35641249aff1666 100644 (file)
@@ -58,7 +58,7 @@ struct serial_device *default_serial_console(void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index 7b975f667411a07bd95b128d3dfd124952ce2c7f..877e8d9b2a8d5a467dccb6120f54f43d849ab551 100644 (file)
@@ -86,7 +86,7 @@ int board_late_init(void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index 008cdd86c0f040b52e294302c6fe8ccdf4e4f14b..129119528fe960215cd8a9acd6055a3558b2d395 100644 (file)
@@ -142,7 +142,7 @@ struct serial_device *default_serial_console (void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index dceb5b7c8381470006b4b393a757a9e8877a1bc9..c2ae9a711b3bd7577d9811f3c5abac83a7164518 100644 (file)
@@ -45,7 +45,7 @@ void board_init_f(unsigned long unused)
 
        /* Hereby, the code runs from (S)RAM, copy U-Boot and execute it. */
        arch_cpu_init();
-       pxa_dram_init();
+       pxa2xx_dram_init();
        onenand_spl_load_image(CONFIG_SPL_ONENAND_LOAD_ADDR,
                                CONFIG_SPL_ONENAND_LOAD_SIZE,
                                (void *)CONFIG_SYS_TEXT_BASE);
index bd2f241124710dd1bc7f025c8a63f0816d5d504a..dfdab9b6f683fc55df0292378483849f3aa663c1 100644 (file)
@@ -58,7 +58,7 @@ struct serial_device *default_serial_console(void)
 int dram_init(void)
 {
 #ifndef        CONFIG_ONENAND
-       pxa_dram_init();
+       pxa2xx_dram_init();
 #endif
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
index 9cc64bbd1cff3c740fa2ecfafa93aa684da68a58..a4acf6c766aa15d24cf54f9c7bf000b0b5876619 100644 (file)
@@ -62,7 +62,7 @@ int board_late_init(void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }
index e72a5d9bd05d4c6e1975486d8e50e71b019ed606..b093c2f51f89fb73a129d5aa764f3a60472f79ef 100644 (file)
@@ -68,7 +68,7 @@ struct serial_device *default_serial_console (void)
 
 int dram_init(void)
 {
-       pxa_dram_init();
+       pxa2xx_dram_init();
        gd->ram_size = PHYS_SDRAM_1_SIZE;
        return 0;
 }