diff options
| author | Tom Rini <[email protected]> | 2024-01-22 17:39:12 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-02-27 14:18:30 -0500 |
| commit | 6e8bc6b2594ee082e22c100c2e96b7e7c2de9538 (patch) | |
| tree | 51e25c07dc0fce833012b6f7c007f2d657629197 /include | |
| parent | dd4a55965ee4778740a285e1f0f93dcd764065ad (diff) | |
edison: Remove empty config header
Now that we support having CONFIG_SYS_CONFIG_NAME be unset to indicate a
lack of board.h file, unset this on the edison platform and remove
the otherwise empty file.
Acked-by: Andy Shevchenko <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/edison.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/edison.h b/include/configs/edison.h deleted file mode 100644 index 127c2c4546e..00000000000 --- a/include/configs/edison.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (c) 2017 Intel Corp. - */ |
