summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <eballetbo@iseebcn.com>2012-04-25 02:34:31 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-05-15 08:31:40 +0200
commitf1e445c3c94aaab910b4588ec4c8934fd9edd86a (patch)
tree1a8a93d279bd097dff242840d1cac3258e1254ed /include
parent1b8ec016cd8865c2efe089c043caf8c4f084f1fc (diff)
downloadtalos-obmc-uboot-f1e445c3c94aaab910b4588ec4c8934fd9edd86a.tar.gz
talos-obmc-uboot-f1e445c3c94aaab910b4588ec4c8934fd9edd86a.zip
igep00x0: change mpurate from 500 to auto
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@iseebcn.com> Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/igep00x0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/igep00x0.h b/include/configs/igep00x0.h
index 31ddabc0f5..a99f332a85 100644
--- a/include/configs/igep00x0.h
+++ b/include/configs/igep00x0.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@60\0" \
"defaultdisplay=dvi\0" \
OpenPOWER on IntegriCloud