diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-22 17:39:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-02-27 14:18:30 -0500 |
commit | dd4a55965ee4778740a285e1f0f93dcd764065ad (patch) | |
tree | b3e82c695e414a9a5881eec6fb76ff5107221d0f /include/configs | |
parent | 1ef8524c3e78a3aec74479220c27bfebcb62ec98 (diff) | |
download | u-boot-dd4a55965ee4778740a285e1f0f93dcd764065ad.tar.gz |
crownbay: 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 crownbay platform and remove
the otherwise empty file.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/crownbay.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h deleted file mode 100644 index 0c842dd01eb..00000000000 --- a/include/configs/crownbay.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com> - */ |