Searched hist:"10 d602ac8b6f576d545e35a951e1a714de0158a3" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | cache-cp15.c | 10d602ac8b6f576d545e35a951e1a714de0158a3 Wed May 31 23:57:13 UTC 2017 Simon Glass <sjg@chromium.org> arm: Don't try to support CONFIG_ARMV7_LPAE on ARMv4T
At present if CONFIG_ARMV7_LPAE is defined then mmu_setup() will use instructions which are invalid on ARMv4T. This happens on Tegra since it has an ARMv4T boot CPU. Add a check for the architecture version to allow the code to be built. It will not actually be executed by the boot CPU, but needs to compile.
Signed-off-by: Simon Glass <sjg@chromium.org>
|