9
0
Fork 0

ARM AT91 mmccpu: Fix non existing define

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2013-01-25 08:28:00 +01:00
parent 2db964d156
commit 1857238192
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ void __bare_init at91sam926x_lowlevel_board_config(struct at91sam926x_lowlevel_c
#endif
cfg->pmc_mor =
AT91_PMC_MSCEN |
AT91_PMC_MOSCEN |
(255 << 8); /* Main Oscillator Start-up Time */
cfg->pmc_pllar =
AT91_PMC_PLLA_WR_ERRATA | /* Bit 29 must be 1 when prog */