diff options
author | Tom Rini <trini@konsulko.com> | 2023-10-10 08:54:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-10 08:54:17 -0400 |
commit | 833ff23047c50e4053fb1bda21f4e2c9f6a3aa6a (patch) | |
tree | 422a1ac1688b75a6c4edcbaa2024346acbaddfb8 /board/geekbuying/geekbox/geekbox.c | |
parent | d9bb6d779b69c2548891e568e5e2a23e1b7eedaa (diff) | |
parent | 3f876cb7c57511174d1b6a3e089443ccbaf236ec (diff) |
Merge branch '2023-10-09-assorted-fixes'
- Cleanup how we pick what to launch in SPL, a few test changes, some TI
K3 platform updates, top-level Makefile fixes and related cleanup,
correct a problem with LMB overlap, other assorted fixes.
Diffstat (limited to 'board/geekbuying/geekbox/geekbox.c')
-rw-r--r-- | board/geekbuying/geekbox/geekbox.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/board/geekbuying/geekbox/geekbox.c b/board/geekbuying/geekbox/geekbox.c deleted file mode 100644 index b0f9a5f9b7..0000000000 --- a/board/geekbuying/geekbox/geekbox.c +++ /dev/null @@ -1,6 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright (c) 2016 Andreas Färber - */ - -#include <common.h> |