dts: Remove unused or dead dts_fixup.h
Remove dts_fixup.h files that are not used (empty) or the defines aren't used anymore and thus can be removed. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
009ca36bb7
commit
42f3b6b786
4 changed files with 0 additions and 33 deletions
|
@ -1,10 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Linaro Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* This file is a temporary workaround for mapping of the generated information
|
||||
* to the current driver definitions. This will be removed when the drivers
|
||||
* are modified to handle the generated information, or the mapping of
|
||||
* generated data matches the driver definitions.
|
||||
*/
|
|
@ -1,7 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Jan Van Winkel (jan.van_winkel@dxplore.eu)
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#define DT_UART_0_DEV_NAME DT_ZEPHYR_NATIVE_POSIX_UART_UART_LABEL
|
|
@ -1,8 +0,0 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
/* Board level DTS fixup file */
|
||||
|
||||
#define DT_FLASH_ERASE_BLOCK_SIZE DT_SOC_NV_FLASH_0_ERASE_BLOCK_SIZE
|
||||
#define DT_FLASH_WRITE_BLOCK_SIZE DT_SOC_NV_FLASH_0_WRITE_BLOCK_SIZE
|
||||
|
||||
/* End of Board Level DTS fixup file */
|
|
@ -1,8 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2019 Lexmark International, Inc.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
*/
|
||||
|
||||
/* Nothing for now */
|
Loading…
Add table
Add a link
Reference in a new issue