mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-05 17:52:34 +00:00
Convert flash_simulator to use new DT macros and remove associated defines in dts_fixup.h. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
9 lines
256 B
C
9 lines
256 B
C
/* 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 */
|