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/intel/agilex-socdk/socfpga.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/intel/agilex-socdk/socfpga.c')
-rw-r--r-- | board/intel/agilex-socdk/socfpga.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/intel/agilex-socdk/socfpga.c b/board/intel/agilex-socdk/socfpga.c deleted file mode 100644 index 72a3e0836d..0000000000 --- a/board/intel/agilex-socdk/socfpga.c +++ /dev/null @@ -1,7 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/* - * Copyright (C) 2019 Intel Corporation <www.intel.com> - * - */ - -#include <common.h> |