nios2: set default cache configuration in start.S
authorThomas Chou <thomas@wytron.com.tw>
Fri, 9 Oct 2015 12:09:17 +0000 (20:09 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Thu, 22 Oct 2015 23:37:20 +0000 (07:37 +0800)
commit55e2b4d4e5dd179d748dca9f8c44585b7319f2e2
tree7443193c43dc586b065c1c8026bf62a665d539cc
parentbbba0714b7ca2d2424c11193a7884da8ef05c520
nios2: set default cache configuration in start.S

Set default icache and dcache configuration for start.S.

We want to remove the CONFIG_SYS_{I,D}CACHE_SIZE...
configuration macros. As we are just barely starting from
reset, there is no luxury of device tree.

We will set some maximum cache configuration so that it will
work for most configurations. This is used only in this
start.S. The speed penalty is only once here.

After start up, during board initialization, cpu information
will be extracted from device tree. Then cache flush operations
will have correct cache configurations.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Acked-by: Marek Vasut <marex@denx.de>
arch/nios2/cpu/start.S