From bb447e2e79cf59e3250f71346d6638d8527e2a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Rivi=C3=A8re?= Date: Mon, 22 Oct 2012 22:20:27 +0000 Subject: [PATCH] Fixed wrong value in init_pll(). --- sources/sysinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sysinit.c b/sources/sysinit.c index 4be2d54..54a03dc 100644 --- a/sources/sysinit.c +++ b/sources/sysinit.c @@ -256,7 +256,7 @@ void init_pll(void) uart_out_word('PLL '); wait_pll(); - * (volatile uint16_t *) (pll_base + 0x48) = 0x27; /* loopfilter r */ + * (volatile uint16_t *) (pll_base + 0x48) = 27; /* loopfilter r */ wait_pll(); * (volatile uint16_t *) (pll_base + 0x08) = 1; /* charge pump 1 */