summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-10-25 08:44:37 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2012-10-25 08:44:37 +0200
commite0e076686a57328d75578f27f1927ae983a0b958 (patch)
treee0aa8971e27f28a20b0abc1dfe37d5025b7b0395
parent664eaa29bdd9ed3d8f8c00c91a262374b84ece09 (diff)
colibri_t20: fix SD boot
As the kernel recently passed the 4 MB size limit simply copying 4 MB won't quite cut it. Increase to 8 MB for now. In the future properly parsing the SD card's partition table would be the way to go.
-rw-r--r--include/configs/colibri_t20.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
index 3888ac79b1..9635c8b2a1 100644
--- a/include/configs/colibri_t20.h
+++ b/include/configs/colibri_t20.h
@@ -142,7 +142,7 @@
"run setup; " \
"setenv bootargs ${defargs} ${sdargs} ${mtdparts} ${setupargs}; " \
"echo Booting from MMC/SD card...; " \
- "mmc read 0 ${loadaddr} 0x2a00 0x2000; " \
+ "mmc read 0 ${loadaddr} 0x2a00 0x4000; " \
"bootm"
#undef CONFIG_BOOTARGS