summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2011-08-02 21:45:45 +0200
committerWolfgang Denk <wd@denx.de>2011-08-02 21:45:45 +0200
commitcc4e6d25561b1aaa8501fa6017a0d17fd4f92ed6 (patch)
treec2f889a257e55ae81842b74ee57ef2b16e8c685a /include
parent982db890e8ef5afa142f9519f44316086e4c2954 (diff)
parent92bbd64e39299337dbc9ee35053e38c9b1718966 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-mips
* 'master' of git://git.denx.de/u-boot-mips: README: update MIPS related informations MIPS: make cache operation mode configurable MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG MIPS: INCA-IP: rename inca-swap-bytes host tool
Diffstat (limited to 'include')
-rw-r--r--include/configs/incaip.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/incaip.h b/include/configs/incaip.h
index f2950e8d5b..0e5ad2b4d3 100644
--- a/include/configs/incaip.h
+++ b/include/configs/incaip.h
@@ -31,6 +31,8 @@
#define CONFIG_MIPS32 1 /* MIPS 4Kc CPU core */
#define CONFIG_INCA_IP 1 /* on a INCA-IP Board */
+#define CONFIG_XWAY_SWAP_BYTES
+
/*
* Clock for the MIPS core (MHz)
* allowed values: 100000000, 133000000, and 150000000 (default)
@@ -39,7 +41,7 @@
#define CONFIG_CPU_CLOCK_RATE 150000000
#endif
-#define INFINEON_EBU_BOOTCFG 0x40C4 /* CMULT = 8 */
+#define CONFIG_SYS_XWAY_EBU_BOOTCFG 0x40C4 /* CMULT = 8 */
#define CONFIG_BOOTDELAY 5 /* autoboot after 5 seconds */