1# 2# Copyright 2022-2023 NXP 3# 4# SPDX-License-Identifier: Apache-2.0 5# 6 7if(CONFIG_NXP_RW6XX_BOOT_HEADER) 8 zephyr_compile_definitions(BOARD_FLASH_SIZE=CONFIG_FLASH_SIZE*1024) 9 zephyr_library() 10 # This FCB is specific to the flash on this board, it won't work 11 # for boards with different flash chips. If you flash this FCB 12 # onto a board with a different flash chip you may break it. 13 # See MCUXpresso config tools for making a correct one. 14 zephyr_library_sources(W25Q512JVFIQ_FCB.c) 15endif() 16