
13 Sep
2017
13 Sep
'17
6:28 a.m.
On 12 September 2017 at 20:10, Wenyou Yang wenyou.yang@microchip.com wrote:
Because before switching to a lower clock source, we must switch the clock source first instead of last. So before configuring the PMC_MCKR register, invoke at91_mck_init_down() first.
As said in datasheet, the the size of SPL must not exceed the maximum size allowed(64Kbytes).
Signed-off-by: Wenyou Yang wenyou.yang@microchip.com
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
board/atmel/sama5d2_xplained/sama5d2_xplained.c | 10 ++++++++++ include/configs/sama5d2_xplained.h | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org