diff options
author | Tom Rini <trini@konsulko.com> | 2024-01-22 17:39:08 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-02-27 14:18:30 -0500 |
commit | 3cf2d25ecb41f0b0f1e7e0aa429ad2c8c8f9a38f (patch) | |
tree | 7f0fc04c5f14120408dec1464fa00383f2963db7 /include/configs | |
parent | abb23315c06e8c5241c35fc89fe9c9a0756dc5f7 (diff) | |
download | u-boot-3cf2d25ecb41f0b0f1e7e0aa429ad2c8c8f9a38f.tar.gz |
bayleybay: 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 bayleybay 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/bayleybay.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.h deleted file mode 100644 index 9b0f5cedcd7..00000000000 --- a/include/configs/bayleybay.h +++ /dev/null @@ -1,4 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com> - */ |