mirror of
https://github.com/apache/nuttx.git
synced 2026-09-06 08:56:32 +00:00
Fix Kconfig: BOOT_SDRAM_DATA, not CONFIG_BOOT_SDRAM_DATA
This commit is contained in:
parent
c251fd7756
commit
cd0baf490f
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@ comment "ARMv7-A Configuration Options"
|
|||
|
||||
config ARMV7R_MEMINIT
|
||||
bool
|
||||
default y if CONFIG_BOOT_SDRAM_DATA
|
||||
default n if !CONFIG_BOOT_SDRAM_DATA
|
||||
default y if BOOT_SDRAM_DATA
|
||||
default n if !BOOT_SDRAM_DATA
|
||||
---help---
|
||||
If this configuration *not* selected, then it is assumed that all
|
||||
memory resources are initialized via arm_data_initialize() and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue