"Gururaja Hebbar K R" <[EMAIL PROTECTED]> writes:

>
> #define       CONFIG_EXTRA_ENV_SETTINGS \
>       "boot_mmc="                                                     \
>               "if      mmcinit && "                           \
>                       "fatload mmc 0 ${ramfs_addr} ${ramfs_file} && " \
>                       "fatload mmc 0 ${loadaddr} ${bootfile}; "       \
>               "then "                                         \
>                       "run ramargs fixedip addtty set_ramfs;"         \
>                       "setenv bootargs ${bootargs} ${othbootargs};"   \
>                       "bootm ${loadaddr}"     \
>               "fi\0"  \

I think you forgot a semicolon before the "fi" or respectively after the
"bootm ${loadaddr}"

Please also check out the excellent documentation:

http://www.denx.de/wiki/view/DULG/CommandLineParsing#Section_14.2.11.2.


Best regards

Markus Klotzbuecher

--
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: [EMAIL PROTECTED]

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to