diff options
| author | Peng Fan <[email protected]> | 2026-02-09 09:30:05 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-17 13:50:21 -0600 |
| commit | 090536b8e6f89b31698e20c2a48e1c7ca50e1555 (patch) | |
| tree | 19b162e72763ae61c12a2ec96fb60a8307858493 | |
| parent | c7fbe028ee5bc83df833a73e1491f1a483b65d98 (diff) | |
beacon: imx8mm/n: Drop useless files
No functions except reserving gd in the board files. The files are
useless, remove them.
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | board/beacon/imx8mm/Makefile | 1 | ||||
| -rw-r--r-- | board/beacon/imx8mm/imx8mm_beacon.c | 8 | ||||
| -rw-r--r-- | board/beacon/imx8mn/Makefile | 1 | ||||
| -rw-r--r-- | board/beacon/imx8mn/imx8mn_beacon.c | 8 |
4 files changed, 0 insertions, 18 deletions
diff --git a/board/beacon/imx8mm/Makefile b/board/beacon/imx8mm/Makefile index 8484b85ae12..eb762504266 100644 --- a/board/beacon/imx8mm/Makefile +++ b/board/beacon/imx8mm/Makefile @@ -4,7 +4,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += imx8mm_beacon.o obj-y += ../../nxp/common/ ifdef CONFIG_XPL_BUILD diff --git a/board/beacon/imx8mm/imx8mm_beacon.c b/board/beacon/imx8mm/imx8mm_beacon.c deleted file mode 100644 index 6459a99cb9d..00000000000 --- a/board/beacon/imx8mm/imx8mm_beacon.c +++ /dev/null @@ -1,8 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright 2022 Logic PD, Inc. dba Beacon EmbeddedWorks - */ - -#include <asm/global_data.h> - -DECLARE_GLOBAL_DATA_PTR; diff --git a/board/beacon/imx8mn/Makefile b/board/beacon/imx8mn/Makefile index 54735792b93..e8fe9f1822e 100644 --- a/board/beacon/imx8mn/Makefile +++ b/board/beacon/imx8mn/Makefile @@ -4,7 +4,6 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-y += imx8mn_beacon.o obj-y += ../../nxp/common/ ifdef CONFIG_XPL_BUILD obj-y += spl.o diff --git a/board/beacon/imx8mn/imx8mn_beacon.c b/board/beacon/imx8mn/imx8mn_beacon.c deleted file mode 100644 index 6459a99cb9d..00000000000 --- a/board/beacon/imx8mn/imx8mn_beacon.c +++ /dev/null @@ -1,8 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright 2022 Logic PD, Inc. dba Beacon EmbeddedWorks - */ - -#include <asm/global_data.h> - -DECLARE_GLOBAL_DATA_PTR; |
