summaryrefslogtreecommitdiff
path: root/bootwrapper
diff options
context:
space:
mode:
authorDietmar Eggemann <dietmar.eggemann@arm.com>2012-04-30 17:06:23 +0100
committerDietmar Eggemann <dietmar.eggemann@arm.com>2012-05-23 12:44:35 +0100
commite37385b2dc9ef04d65986ccd2fa36100c72d7564 (patch)
tree1971d8161a133ca5c1346d15922796bf69d20043 /bootwrapper
parente8677d057899993caab256d5c86bfbd5765e0507 (diff)
Change KFSCB base address.
This patch updates the KFSCB address according to the RS1 memory map. Signed-off-by: Achin Gupta <achin.gupta@arm.com> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@arm.com>
Diffstat (limited to 'bootwrapper')
-rw-r--r--bootwrapper/bootwrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootwrapper/bootwrapper.h b/bootwrapper/bootwrapper.h
index 739e8dd..5bab412 100644
--- a/bootwrapper/bootwrapper.h
+++ b/bootwrapper/bootwrapper.h
@@ -48,7 +48,7 @@
#define FLAGS_SET 0x30
#define FLAGS_CLR 0x34
-#define VE_KFSCB_BASE 0x10020000 /* Kingfisher System Configuration Block */
+#define VE_KFSCB_BASE 0x60000000 /* Kingfisher System Configuration Block */
#define KFS_ID_OFFSET 0xFFC /* Kingfisher System Platform ID register offset (KFS_ID) */
#define KFS_ID_ARCH_MASK 0x000F0000 /* Mask for extracting KFS architecture */
#define KFS_ID_ARCH_SHIFT 16 /* Shift for extracting KFS architecture */