mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
configs/imxrt1050-evk/src: Correct some naming errors introduced by review changes.
This commit is contained in:
@@ -45,9 +45,10 @@ MEMORY
|
||||
|
||||
OUTPUT_ARCH(arm)
|
||||
EXTERN(_vectors)
|
||||
EXTERN(flash_config)
|
||||
EXTERN(image_vector_table)
|
||||
EXTERN(boot_data)
|
||||
EXTERN(g_flash_config)
|
||||
EXTERN(g_image_vector_table)
|
||||
EXTERN(g_boot_data)
|
||||
EXTERN(g_dcd_data)
|
||||
|
||||
ENTRY(_stext)
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
|
||||
#if defined (CONFIG_IMXRT1050_EVK_HYPER_FLASH)
|
||||
__attribute__((section(".boot_hdr.conf")))
|
||||
const struct flexspi_nor_config_s flash_config =
|
||||
const struct flexspi_nor_config_s g_flash_config =
|
||||
{
|
||||
.mem_config =
|
||||
{
|
||||
@@ -84,7 +84,7 @@ const struct flexspi_nor_config_s flash_config =
|
||||
|
||||
#elif defined (CONFIG_IMXRT1050_EVK_QSPI_FLASH)
|
||||
__attribute__((section(".boot_hdr.conf")))
|
||||
const struct flexspi_nor_config_s flash_config =
|
||||
const struct flexspi_nor_config_s g_flash_config =
|
||||
{
|
||||
.mem_config =
|
||||
{
|
||||
|
||||
@@ -41,7 +41,7 @@ __attribute__((section(".boot_hdr.dcd_data")))
|
||||
|
||||
const uint8_t g_dcd_data[] =
|
||||
{
|
||||
/* 0000 */ dcd_tag_header,
|
||||
/* 0000 */ DCD_TAG_HEADER,
|
||||
0x04,
|
||||
0x30,
|
||||
0x41,
|
||||
|
||||
Reference in New Issue
Block a user