commit | c982f6b9bf7815633640d95ed6f0deb55cfdcde5 | [log] [tgz] |
---|---|---|
author | Erik van Luijk <evanluijk@interact.nl> | Thu Aug 13 15:43:20 2015 +0200 |
committer | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Aug 21 15:47:03 2015 +0200 |
tree | 326e11936c417b7cbd5ba1944c4934e1d5020274 | |
parent | 6560491fe5acd2f150853efdd5d9bd714a93374c [diff] |
arm: at91: pmc: replace the constant with a define in at91_pmc.h To enable the clocks on the at91 boards a constant (0x4) is used. This is replaced with a define in at91_pmc.h (1 << 2). Signed-off-by: Erik van Luijk <evanluijk@interact.nl> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>