commit | f46161ae387a82ebfd65e434e8d3324eef3847fc | [log] [tgz] |
---|---|---|
author | Oliver Graute <oliver.graute@kococonnector.com> | Fri Nov 06 09:09:29 2020 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sun Dec 06 15:31:36 2020 +0100 |
tree | 365c7de6bcca50913a56a41666eb646b03b66af3 | |
parent | 8ad653ba37a8663227dd3c81abad20813498132f [diff] |
imx: ahab: fix implicit declaration warning Fix the following warning: arch/arm/mach-imx/imx8/ahab.c:105:3: warning: implicit declaration of function ‘flush_dcache_range’ [-Wimplicit-function-declaration] flush_dcache_range(s, e); ^~~~~~~~~~~~~~~~~~ Include cpu_func.h header which declares the flush_dcache_range() function. Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com> Cc: Stefano Babic <sbabic@denx.de> Cc: uboot-imx <uboot-imx@nxp.com>