summaryrefslogtreecommitdiffstats
path: root/include/configs/palmtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/palmtc.h')
-rw-r--r--include/configs/palmtc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/palmtc.h b/include/configs/palmtc.h
index bdb5f57e42..d1fef258ce 100644
--- a/include/configs/palmtc.h
+++ b/include/configs/palmtc.h
@@ -27,7 +27,7 @@
/*
* High Level Board Configuration Options
*/
-#define CONFIG_PXA250 1 /* Intel PXA255 CPU */
+#define CONFIG_CPU_PXA25X 1 /* Intel PXA255 CPU */
#define CONFIG_PALMTC 1 /* Palm Tungsten|C board */
/*
@@ -157,7 +157,7 @@
#define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_DRAM_BASE
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
-#define CONFIG_SYS_INIT_SP_ADDR (GENERATED_GBL_DATA_SIZE + PHYS_SDRAM_1)
+#define CONFIG_SYS_INIT_SP_ADDR 0xfffff800
/*
* NOR FLASH
OpenPOWER on IntegriCloud