Re: [U-Boot] [PATCH v2 04/10] MIPS: Enable use of the instruction cache earlier

2016-09-10 Thread Daniel Schwierzeck
Am 09.09.2016 um 15:44 schrieb Paul Burton: > Enable use of the instruction cache immediately after it has been > initialised. This will only take effect if U-Boot was linked to run from > kseg0 rather than kseg1, but when this is the case the data cache > initialisation code will run cached & th

[U-Boot] [PATCH v2 04/10] MIPS: Enable use of the instruction cache earlier

2016-09-09 Thread Paul Burton
Enable use of the instruction cache immediately after it has been initialised. This will only take effect if U-Boot was linked to run from kseg0 rather than kseg1, but when this is the case the data cache initialisation code will run cached & thus significantly faster. Signed-off-by: Paul Burton