]> git.sur5r.net Git - u-boot/blobdiff - board/micronas/vct/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / board / micronas / vct / Kconfig
index 288a1aeb7058fb495fb4cecb42c22757ace7717a..df7c0296c7d8051bd684ffeac08c96f57948440f 100644 (file)
@@ -9,10 +9,26 @@ config SYS_VENDOR
 config SYS_CONFIG_NAME
        default "vct"
 
+config SYS_TEXT_BASE
+       default 0x87000000
+
+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
+
 menu "vct board options"
 
 choice
        prompt "Board variant"
+       optional
 
 config VCT_PLATINUM
        bool "Enable VCT_PLATINUM"