Re: [U-Boot] [PATCH v2] nios2: set default cache configuration in start.S

2015-10-13 Thread Thomas Chou
On 10/09/2015 08:11 PM, Thomas Chou wrote: 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 configurat

Re: [U-Boot] [PATCH v2] nios2: set default cache configuration in start.S

2015-10-09 Thread Marek Vasut
On Friday, October 09, 2015 at 02:11:48 PM, Thomas Chou wrote: > 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

[U-Boot] [PATCH v2] nios2: set default cache configuration in start.S

2015-10-09 Thread Thomas Chou
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 configuration