Commit 42f3b6b7 authored by Kumar Gala's avatar Kumar Gala Committed by Maureen Helm
Browse files

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: default avatarKumar Gala <kumar.gala@linaro.org>
parent 009ca36b
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
/*
 * 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.
 */
+0 −7
Original line number Diff line number Diff line
/*
 * 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

boards/x86/qemu_x86/dts_fixup.h

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
/* 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 */

soc/arm/xilinx_zynqmp/dts_fixup.h

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019 Lexmark International, Inc.
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 */

/* Nothing for now */