[U-Boot] [u-boot][PATCH 2/2] igep00x0: change mpurate from 500 to auto

Enric Balletbo i Serra eballetbo at iseebcn.com
Wed May 25 16:19:19 CEST 2011


This patch changes the default mpurate variable from 500 to auto on
all IGEP boards, with this the default rate is autoselected.

Signed-off-by: Enric Balletbo i Serra <eballetbo at iseebcn.com>
---
 include/configs/igep0020.h |    2 +-
 include/configs/igep0030.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/igep0020.h b/include/configs/igep0020.h
index afd9077..5d3060c 100644
--- a/include/configs/igep0020.h
+++ b/include/configs/igep0020.h
@@ -138,7 +138,7 @@
 	"loadaddr=0x82000000\0" \
 	"usbtty=cdc_acm\0" \
 	"console=ttyS2,115200n8\0" \
-	"mpurate=500\0" \
+	"mpurate=auto\0" \
 	"vram=12M\0" \
 	"dvimode=1024x768MR-16 at 60\0" \
 	"defaultdisplay=dvi\0" \
diff --git a/include/configs/igep0030.h b/include/configs/igep0030.h
index cb7194e..85d5d00 100644
--- a/include/configs/igep0030.h
+++ b/include/configs/igep0030.h
@@ -136,7 +136,7 @@
 	"loadaddr=0x82000000\0" \
 	"usbtty=cdc_acm\0" \
 	"console=ttyS2,115200n8\0" \
-	"mpurate=500\0" \
+	"mpurate=auto\0" \
 	"vram=12M\0" \
 	"dvimode=1024x768MR-16 at 60\0" \
 	"defaultdisplay=dvi\0" \
-- 
1.7.0.4



More information about the U-Boot mailing list