Home
last modified time | relevance | path

Searched hist:"39 cedad5fb73871e3ff1b11090f315350669c656" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dglobal_data.h39cedad5fb73871e3ff1b11090f315350669c656 Mon Feb 21 06:45:45 UTC 2022 Joseph Chen <chenjh@rock-chips.com> include: global_data: fix compiler error if disable I/D cache

common/spl/spl.c: In function ‘spl_dcache_enable’:
common/spl/spl.c:266:10: error: ‘volatile struct arch_global_data’ has no member named ‘tlb_size’
gd->arch.tlb_size = PGTABLE_SIZE;
^
common/spl/spl.c:267:10: error: ‘volatile struct arch_global_data’ has no member named ‘tlb_addr’
gd->arch.tlb_addr = (ulong)memalign(SZ_16K, ALIGN(PGTABLE_SIZE, SZ_4K));
^
common/spl/spl.c:268:15: error: ‘volatile struct arch_global_data’ has no member named ‘tlb_addr’
if (!gd->arch.tlb_addr) {
^
CC tpl/arch/arm/lib/spl.o
CC spl/common/fdt_support.o

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ifd6cf6cd8309867e1b51ce5c1f32dcfdb600c515