]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - board/renesas/blanche/qos.c
Merge patch series "ARM: renesas: Rename R-Mobile to Renesas"
[thirdparty/u-boot.git] / board / renesas / blanche / qos.c
index 3134b36a443c7e23a34ebb2047a5f0c63edc1042..f0bc7f7698bcec8d6c1a795ac6cef953597f78c2 100644 (file)
@@ -8,9 +8,9 @@
 #include <asm/processor.h>
 #include <asm/mach-types.h>
 #include <asm/io.h>
-#include <asm/arch/rmobile.h>
+#include <asm/arch/renesas.h>
 
-#if defined(CONFIG_RMOBILE_EXTRAM_BOOT)
+#if defined(CONFIG_RENESAS_EXTRAM_BOOT)
 enum {
        DBSC3_00, DBSC3_01, DBSC3_02, DBSC3_03, DBSC3_04,
        DBSC3_05, DBSC3_06, DBSC3_07, DBSC3_08, DBSC3_09,
@@ -1357,8 +1357,8 @@ void qos_init(void)
        writel(0x0000F700, CCI_AXI_AX2ADDRMASK);
 
 }
-#else /* CONFIG_RMOBILE_EXTRAM_BOOT */
+#else /* CONFIG_RENESAS_EXTRAM_BOOT */
 void qos_init(void)
 {
 }
-#endif /* CONFIG_RMOBILE_EXTRAM_BOOT */
+#endif /* CONFIG_RENESAS_EXTRAM_BOOT */