From b6bbfe7848de547b64edf1c363c86cec4921b517 Mon Sep 17 00:00:00 2001 From: Sebastien Jan Date: Fri, 25 Mar 2011 12:58:05 +0530 Subject: [PATCH] panda: set default configuration to 1GHz Signed-off-by: Sebastien Jan Signed-off-by: Anand Gadiyar --- include/configs/omap4430panda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/omap4430panda.h b/include/configs/omap4430panda.h index 74e2f42..0a95f39 100644 --- a/include/configs/omap4430panda.h +++ b/include/configs/omap4430panda.h @@ -44,7 +44,7 @@ * On Phoenix board vlotage needs to be bumped up * before scaling the MPU up */ -#define CONFIG_MPU_600 1 +#define CONFIG_MPU_1000 1 #define CORE_190MHZ 1 /* Enable the below macro if MMC boot support is required */ #define CONFIG_MMC 1 -- 2.39.2