]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/leon3/serial.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / cpu / leon3 / serial.c
index 27d5cd38032118005f2a7fd81d1b3ff50946d522..4b2fcb8667c4b5cd3b19314a318e225f3aad1551 100644 (file)
@@ -58,7 +58,7 @@ int serial_init(void)
                 *
                 * Receiver & transmitter enable
                 */
-               leon3_apbuart->scaler = CFG_GRLIB_APBUART_SCALER;
+               leon3_apbuart->scaler = CONFIG_SYS_GRLIB_APBUART_SCALER;
 
                /* Let bit 11 be unchanged (debug bit for GRMON) */
                tmp = READ_WORD(leon3_apbuart->ctrl);