[PATCH v2 12/30] sandbox: Drop incorrect inclusion of linux/types.h

Bin Meng bmeng.cn at gmail.com
Mon May 1 06:36:48 CEST 2023


On Sun, Apr 30, 2023 at 9:30 AM Simon Glass <sjg at chromium.org> wrote:
>
> This header file should only be included in U-Boot standalone files, not
> those built in the Linux environment. When not building for Linux, the
> header file does not exist, except in the U-Boot tree. In any case, it
> should not be used.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> (no changes since v1)
>
>  arch/sandbox/cpu/os.c | 1 -
>  include/os.h          | 2 --
>  2 files changed, 3 deletions(-)
>

Reviewed-by: Bin Meng <bmeng at tinylab.org>


More information about the U-Boot mailing list