summaryrefslogtreecommitdiffstats
path: root/board/pb1x00/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/pb1x00/Kconfig')
-rw-r--r--board/pb1x00/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/pb1x00/Kconfig b/board/pb1x00/Kconfig
index 251db6ab63..ef8905d46a 100644
--- a/board/pb1x00/Kconfig
+++ b/board/pb1x00/Kconfig
@@ -9,4 +9,19 @@ config SYS_SOC
config SYS_CONFIG_NAME
default "pb1x00"
+config SYS_TEXT_BASE
+ default 0x83800000
+
+config SYS_DCACHE_SIZE
+ default 16384
+
+config SYS_DCACHE_LINE_SIZE
+ default 32
+
+config SYS_ICACHE_SIZE
+ default 16384
+
+config SYS_ICACHE_LINE_SIZE
+ default 32
+
endif
OpenPOWER on IntegriCloud