X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=board%2Fdbau1x00%2FKconfig;h=448176d8ba8488b7fe3ed5930c035e71cf3d09c4;hb=50905b55c7b9c3a20e2c5a7e5f7ae8236ecd7a8e;hp=1286e4509f42f56ee4a65a8b5dc653aaaf00b4f9;hpb=c88eaea0a0a809884388c3a5727d960bac0b0ced;p=u-boot diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig index 1286e4509f..448176d8ba 100644 --- a/board/dbau1x00/Kconfig +++ b/board/dbau1x00/Kconfig @@ -9,10 +9,26 @@ config SYS_SOC config SYS_CONFIG_NAME default "dbau1x00" +config SYS_TEXT_BASE + default 0xbfc00000 + +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 "dbau1x00 board options" choice prompt "Select au1x00 SoC type" + optional config DBAU1100 bool "Select AU1100"