From 3956cbaad7fc39bd2b13db1afc1da7e8b2812130 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Mon, 19 Aug 2013 14:46:29 +0200 Subject: [PATCH] Default clocks define --- u-boot/include/configs/ap121.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/u-boot/include/configs/ap121.h b/u-boot/include/configs/ap121.h index be9f3fc..476737a 100755 --- a/u-boot/include/configs/ap121.h +++ b/u-boot/include/configs/ap121.h @@ -92,8 +92,8 @@ #undef CPU_CLK_CONTROL_VAL2 // CPU-RAM-AHB frequency setting -//#define CFG_PLL_FREQ CFG_PLL_400_400_200 -#define CFG_PLL_FREQ CFG_PLL_525_525_262 // only for test! +#define CFG_PLL_FREQ CFG_PLL_400_400_200 +//#define CFG_PLL_FREQ CFG_PLL_525_525_262 // only for test! /* * MIPS32 24K Processor Core Family Software User's Manual -- 2.25.1