This converts 2 usages of this option to the non-SPL form, since there is
no SPL_ARMADA_3700 defined in Kconfig
Signed-off-by: Simon Glass <sjg@chromium.org>
{
if (CONFIG_IS_ENABLED(ARMADA_8K))
return a8k_dram_init_banksize();
- else if (CONFIG_IS_ENABLED(ARMADA_3700))
+ else if (IS_ENABLED(CONFIG_ARMADA_3700))
return a3700_dram_init_banksize();
else if (IS_ENABLED(CONFIG_ALLEYCAT_5))
return alleycat5_dram_init_banksize();
return 0;
}
- if (CONFIG_IS_ENABLED(ARMADA_3700))
+ if (IS_ENABLED(CONFIG_ARMADA_3700))
return a3700_dram_init();
if (IS_ENABLED(CONFIG_ALLEYCAT_5))