[PATCH] qfw: Do not include tables.h on arm

Simon Glass sjg at chromium.org
Sat Mar 12 03:25:10 CET 2022


Hi Alex,

On Sun, 27 Feb 2022 at 07:18, Alexander Graf <agraf at csgraf.de> wrote:
>
> asm/tables.h does not exist on ARM and I did not need it to make the
> code compile successfully. Let's not include it there.
>
> Signed-off-by: Alexander Graf <agraf at csgraf.de>
>
> ---
>
> Maybe someone with more insight into the qfw code could tell me if we can remove
> the include altogether? :)
> ---
>  drivers/misc/qfw.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

I'd rather have an empty file than another #ifdef.

Regards,
Simon


More information about the U-Boot mailing list