summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-10-20 20:55:44 +0200
committerMarek Vasut <marek.vasut@gmail.com>2010-10-22 01:37:59 +0200
commit3c43ca2ae2a7ee28eca49369ff11da4996eedad6 (patch)
tree351cc166773e2fc55ea8abfe960a42a41a611789 /include
parentdf1ac0ec54afc16933e81d17f27d0f1901f40ba5 (diff)
downloadtalos-obmc-uboot-3c43ca2ae2a7ee28eca49369ff11da4996eedad6.tar.gz
talos-obmc-uboot-3c43ca2ae2a7ee28eca49369ff11da4996eedad6.zip
PXA: lubbock: Fix for reloc
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/lubbock.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/configs/lubbock.h b/include/configs/lubbock.h
index 3a99ec25c4..62f9691983 100644
--- a/include/configs/lubbock.h
+++ b/include/configs/lubbock.h
@@ -43,7 +43,7 @@
#define CONFIG_MMC
#define BOARD_LATE_INIT 1
#define CONFIG_DOS_PARTITION
-
+#define CONFIG_SYS_TEXT_BASE 0x0
#undef CONFIG_USE_IRQ /* we don't need IRQ/FIQ stuff */
/* we will never enable dcache, because we have to setup MMU first */
@@ -202,6 +202,9 @@
#define CONFIG_SYS_PSSR_VAL 0x20
+#define CONFIG_SYS_CCCR CCCR_L27|CCCR_M2|CCCR_N10
+#define CONFIG_SYS_CKEN 0x0
+
/*
* Memory settings
*/
@@ -212,6 +215,9 @@
#define CONFIG_SYS_MDREFR_VAL 0x00018018
#define CONFIG_SYS_MDMRS_VAL 0x00000000
+#define CONFIG_SYS_FLYCNFG_VAL 0x00000000
+#define CONFIG_SYS_SXCNFG_VAL 0x00000000
+
/*
* PCMCIA and CF Interfaces
*/
OpenPOWER on IntegriCloud