]> git.sur5r.net Git - u-boot/blobdiff - board/pb1x00/Kconfig
arm64: zynqmp: Add TTC clocks
[u-boot] / board / pb1x00 / Kconfig
index 0ad3f2364e5d067b39effa19e92c534262a710a5..ef8905d46a524e3de08120dfb1ca9b33d619f802 100644 (file)
@@ -1,19 +1,27 @@
 if TARGET_PB1X00
 
-config SYS_CPU
-       string
-       default "mips32"
-
 config SYS_BOARD
-       string
        default "pb1x00"
 
 config SYS_SOC
-       string
        default "au1x00"
 
 config SYS_CONFIG_NAME
-       string
        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