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:
Kumar Gala 2020-04-30 14:09:27 -05:00 committed by Maureen Helm
commit 42f3b6b786
4 changed files with 0 additions and 33 deletions

View file

@ -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 */