diff options
| author | Tom Rini <[email protected]> | 2024-05-20 10:16:33 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-05-20 10:16:33 -0600 |
| commit | d4781422d1268aa6deca3e49d2fb227e79c160b4 (patch) | |
| tree | 420073c8a29a401a3908803000df6f54673e1731 /board/broadcom | |
| parent | 85854bc3324edd0c81047780ee60033d056fd490 (diff) | |
| parent | a7f0154c412859323396111dd0c09dbafbc153cb (diff) | |
Merge tag 'v2024.07-rc3' into next
Prepare v2024.07-rc3
Diffstat (limited to 'board/broadcom')
| -rw-r--r-- | board/broadcom/bcmbca/board.c | 1 | ||||
| -rw-r--r-- | board/broadcom/bcmns/ns.c | 1 | ||||
| -rw-r--r-- | board/broadcom/bcmns3/ns3.c | 2 | ||||
| -rw-r--r-- | board/broadcom/bcmstb/bcmstb.c | 1 |
4 files changed, 4 insertions, 1 deletions
diff --git a/board/broadcom/bcmbca/board.c b/board/broadcom/bcmbca/board.c index a6ced92565f..bcecb4d7839 100644 --- a/board/broadcom/bcmbca/board.c +++ b/board/broadcom/bcmbca/board.c @@ -3,6 +3,7 @@ * (C) Copyright 2022 Broadcom Ltd. */ +#include <common.h> #include <fdtdec.h> int board_init(void) diff --git a/board/broadcom/bcmns/ns.c b/board/broadcom/bcmns/ns.c index 45cc62936ce..1249e45af03 100644 --- a/board/broadcom/bcmns/ns.c +++ b/board/broadcom/bcmns/ns.c @@ -4,6 +4,7 @@ * Copyright (C) 2023 Linus Walleij <[email protected]> */ +#include <common.h> #include <dm.h> #include <init.h> #include <log.h> diff --git a/board/broadcom/bcmns3/ns3.c b/board/broadcom/bcmns3/ns3.c index bb2f1e4f62a..7ae6742c4be 100644 --- a/board/broadcom/bcmns3/ns3.c +++ b/board/broadcom/bcmns3/ns3.c @@ -4,8 +4,8 @@ * */ +#include <common.h> #include <fdt_support.h> -#include <linux/errno.h> #include <asm/io.h> #include <asm/gic-v3.h> #include <asm/global_data.h> diff --git a/board/broadcom/bcmstb/bcmstb.c b/board/broadcom/bcmstb/bcmstb.c index bc05aecc446..aead6f099e8 100644 --- a/board/broadcom/bcmstb/bcmstb.c +++ b/board/broadcom/bcmstb/bcmstb.c @@ -12,6 +12,7 @@ #include <time.h> #include <asm/global_data.h> #include <linux/types.h> +#include <common.h> #include <env.h> #include <asm/io.h> #include <asm/bootm.h> |
