summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h b/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h
index d424397299..e637fa7bf0 100644
--- a/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h
+++ b/c/src/lib/libbsp/i960/rxgen960/include/rxgen960_config.h
@@ -8,11 +8,11 @@
#define __PMC901_CONFIG__
/* The following define the PMC960 bus regions */
/* Bus configuration */
-#define RP_CONFIG_REGS BUS_WIDTH(32)
-#define FLASH BUS_WIDTH(8)
-#define DRAM BUS_WIDTH(32)
-#define UART_LED BUS_WIDTH(8)
-#define DEFAULT BUS_WIDTH(32)
+#define RP_CONFIG_REGS I960RP_BUS_WIDTH(32)
+#define FLASH I960RP_BUS_WIDTH(8)
+#define DRAM I960RP_BUS_WIDTH(32)
+#define UART_LED I960RP_BUS_WIDTH(8)
+#define DEFAULT I960RP_BUS_WIDTH(32)
/* Region Configuration */
#define REGION_0_CONFIG RP_CONFIG_REGS
@@ -23,7 +23,7 @@
#define REGION_A_CONFIG DRAM
#define REGION_C_CONFIG UART_LED
#define REGION_E_CONFIG DEFAULT
-/* #define REGION_BOOT_CONFIG (FLASH | BYTE_ORDER)*/
+/* #define REGION_BOOT_CONFIG (FLASH | I960RP_ZBYTE_ORDER)*/
#define REGION_BOOT_CONFIG (DRAM)
/* #define DRAM_BASE 0xfed00000 */