summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/x-load/x-load/0005-omap4-Make-1GHz-as-default-MPU-clock.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/x-load/x-load/0005-omap4-Make-1GHz-as-default-MPU-clock.patch')
-rw-r--r--recipes-bsp/x-load/x-load/0005-omap4-Make-1GHz-as-default-MPU-clock.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-bsp/x-load/x-load/0005-omap4-Make-1GHz-as-default-MPU-clock.patch b/recipes-bsp/x-load/x-load/0005-omap4-Make-1GHz-as-default-MPU-clock.patch
index 7c23f604..3008e6da 100644
--- a/recipes-bsp/x-load/x-load/0005-omap4-Make-1GHz-as-default-MPU-clock.patch
+++ b/recipes-bsp/x-load/x-load/0005-omap4-Make-1GHz-as-default-MPU-clock.patch
@@ -1,4 +1,4 @@
1From ce1ae065d5eb875990f55ede0405e061e4d4b8d3 Mon Sep 17 00:00:00 2001 1From 76ebc9fdbfff91f226bc559706e3e7ece43ec30d Mon Sep 17 00:00:00 2001
2From: Sebastien Jan <s-jan@ti.com> 2From: Sebastien Jan <s-jan@ti.com>
3Date: Wed, 22 Dec 2010 13:53:18 +0100 3Date: Wed, 22 Dec 2010 13:53:18 +0100
4Subject: [PATCH 5/5] omap4: Make 1GHz as default MPU clock 4Subject: [PATCH 5/5] omap4: Make 1GHz as default MPU clock
@@ -9,18 +9,19 @@ Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
9Signed-off-by: Sebastien Jan <s-jan@ti.com> 9Signed-off-by: Sebastien Jan <s-jan@ti.com>
10Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> 10Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>
11--- 11---
12 Makefile | 8 ++++++++ 12 Makefile | 9 +++++++++
13 include/configs/omap4430panda.h | 1 - 13 include/configs/omap4430panda.h | 1 -
14 2 files changed, 8 insertions(+), 1 deletions(-) 14 2 files changed, 9 insertions(+), 1 deletions(-)
15 15
16diff --git a/Makefile b/Makefile 16diff --git a/Makefile b/Makefile
17index d134fdc..1c4fdd5 100644 17index fd85142..6258324 100644
18--- a/Makefile 18--- a/Makefile
19+++ b/Makefile 19+++ b/Makefile
20@@ -170,6 +170,14 @@ omap3530beagle_config : unconfig 20@@ -235,6 +235,15 @@ igep0020_config : unconfig
21 ######################################################################### 21 #########################################################################
22 omap4430panda_config : unconfig 22 omap4430panda_config : unconfig
23 @./mkconfig $(@:_config=) arm omap4 omap4430panda 23 @./mkconfig $(@:_config=) arm omap4 omap4430panda 1
24+ @./mkconfig $(@:_config=) arm omap4 omap4430panda 1
24+ @[ -n "$(findstring _MPU_600MHz,$@)" ] || \ 25+ @[ -n "$(findstring _MPU_600MHz,$@)" ] || \
25+ { echo "#define CONFIG_MPU_1000 1" >> $(obj)include/config.h; \ 26+ { echo "#define CONFIG_MPU_1000 1" >> $(obj)include/config.h; \
26+ echo "MPU at 1GHz revision.."; \ 27+ echo "MPU at 1GHz revision.."; \