X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fat32ap%2Fhsdramc.c;h=f74121cd46239aa3d9335a481b72a1e0b72254cd;hb=6c70049bd14e8e81764570732be7f34a89831f09;hp=992612b46275bca1bce2e59676db739f1544bd4a;hpb=1730edf76c54381475e2da11f75b1ce563c4e62c;p=oweals%2Fu-boot.git diff --git a/cpu/at32ap/hsdramc.c b/cpu/at32ap/hsdramc.c index 992612b462..f74121cd46 100644 --- a/cpu/at32ap/hsdramc.c +++ b/cpu/at32ap/hsdramc.c @@ -21,7 +21,7 @@ */ #include -#ifdef CFG_HSDRAMC +#ifdef CONFIG_SYS_HSDRAMC #include #include @@ -117,4 +117,4 @@ unsigned long sdram_init(void *sdram_base, const struct sdram_config *config) return sdram_size; } -#endif /* CFG_HSDRAMC */ +#endif /* CONFIG_SYS_HSDRAMC */