boards/arm/imxrt/imxrt1020-evk: Fix ifdef string. The old configs folder was migrated to Boards/<arch> and we should fix the ifdef.

This commit is contained in:
Alin Jerpelea
2019-11-11 16:06:43 -06:00
committed by Gregory Nutt
parent ecbd5a85d7
commit eb126f58c9
3 changed files with 9 additions and 9 deletions
@@ -35,8 +35,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __CONFIGS_IMXRT1020_EVK_INCLUDE_BOARD_H #ifndef __BOARDS_ARM_IMXRT1020_EVK_INCLUDE_BOARD_H
#define __CONFIGS_IMXRT1020_EVK_INCLUDE_BOARD_H #define __BOARDS_ARM_IMXRT1020_EVK_INCLUDE_BOARD_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@@ -305,4 +305,4 @@ extern "C"
#endif #endif
#endif /* __ASSEMBLY__ */ #endif /* __ASSEMBLY__ */
#endif /* __CONFIGS_IMXRT1020_EVK_INCLUDE_BOARD_H */ #endif /* __BOARDS_ARM_IMXRT1020_EVK_INCLUDE_BOARD_H */
@@ -33,8 +33,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __CONFIGS_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_BOOT_H #ifndef __BOARDS_ARM_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_BOOT_H
#define __CONFIGS_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_BOOT_H #define __BOARDS_ARM_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_BOOT_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@@ -146,4 +146,4 @@ struct boot_data_s
extern const struct boot_data_s g_boot_data; extern const struct boot_data_s g_boot_data;
#endif /* __CONFIGS_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_BOOT_H */ #endif /* __BOARDS_ARM_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_BOOT_H */
@@ -33,8 +33,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __CONFIGS_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_FLASH_H #ifndef __BOARDS_ARM_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_FLASH_H
#define __CONFIGS_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_FLASH_H #define __BOARDS_ARM_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_FLASH_H
/**************************************************************************** /****************************************************************************
* Included Files * Included Files
@@ -355,4 +355,4 @@ struct flexspi_nor_config_s
uint32_t reserve2[11]; /* Reserved for future use */ uint32_t reserve2[11]; /* Reserved for future use */
}; };
#endif /* __CONFIGS_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_FLASH_H */ #endif /* __BOARDS_ARM_IMXRT1020_EVK_SRC_IMXRT_FLEXSPI_NOR_FLASH_H */