Fix Kconfig: BOOT_SDRAM_DATA, not CONFIG_BOOT_SDRAM_DATA

This commit is contained in:
Gregory Nutt 2015-12-17 10:50:53 -06:00
parent c251fd7756
commit cd0baf490f

View file

@ -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