X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cpu%2Fleon3%2Fserial.c;h=4b2fcb8667c4b5cd3b19314a318e225f3aad1551;hb=d3a513c23ba4100d6983161cdc1f747dfd087bbd;hp=27d5cd38032118005f2a7fd81d1b3ff50946d522;hpb=034a40f876ffc8d49b927431d99ffd971b199e43;p=oweals%2Fu-boot.git diff --git a/cpu/leon3/serial.c b/cpu/leon3/serial.c index 27d5cd3803..4b2fcb8667 100644 --- a/cpu/leon3/serial.c +++ b/cpu/leon3/serial.c @@ -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);