mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-25 06:46:00 +00:00
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
dd4a55965e
commit
6e8bc6b259
3 changed files with 0 additions and 8 deletions
|
@ -9,9 +9,6 @@ config SYS_VENDOR
|
||||||
config SYS_SOC
|
config SYS_SOC
|
||||||
default "tangier"
|
default "tangier"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
|
||||||
default "edison"
|
|
||||||
|
|
||||||
config SYS_MALLOC_LEN
|
config SYS_MALLOC_LEN
|
||||||
default 0x08000000
|
default 0x08000000
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,4 @@ Intel Edison Board
|
||||||
M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
|
M: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: board/intel/edison
|
F: board/intel/edison
|
||||||
F: include/configs/edison.h
|
|
||||||
F: configs/edison_defconfig
|
F: configs/edison_defconfig
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
||||||
/*
|
|
||||||
* Copyright (c) 2017 Intel Corp.
|
|
||||||
*/
|
|
Loading…
Add table
Reference in a new issue