
14 Feb
2012
14 Feb
'12
6:46 p.m.
On Mon, Feb 13, 2012 at 6:16 AM, Thomas Weber weber@corscience.de wrote:
Because the tricorder uses the CONFIG_OMAP_HSMMC the initialization command is mmc rescan and not mmc init.
Signed-off-by: Thomas Weber weber@corscience.de
include/configs/tricorder.h | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index a2bff2b..1ef0d43 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -161,6 +161,7 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "loadaddr=0x82000000\0" \ "console=ttyO2,115200n8\0" \
- "mmcdev=0\0"
You forgot a trailing '' here, but the changes otherwise look correct / complete and it builds with that one change, which I've made and will include in my pull request.
--
Tom