[PATCH v2 03/11] riscv: Add headers for asm/global_data.h

Sean Anderson seanga2 at gmail.com
Tue Jan 21 03:17:05 CET 2020


> I wonder why the compiling is OK without those appropriate headers.

It's likely that all the uses looked like

#include <this_header_includes_ulong.h>
#include <asm/global_data.h>

So it wasn't noticed until it was included first in some file.


More information about the U-Boot mailing list