commit | 8db622cdd44ae5173a145a35c331cccfdbfeda5d | [log] [tgz] |
---|---|---|
author | Hannes Petermaier <oe5hpm@oevsv.at> | Tue Feb 03 13:22:43 2015 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 05 20:13:20 2015 -0500 |
tree | f89317345f202af82314d0d8cddca80dc38dd63b | |
parent | a9642925a126b6a0be1e205c8da60883114a0f3d [diff] |
board/BuR/kwb: Support modify bootcmd through reset-controller For some cases it is necessary to modify temporaly the bootcommand. This can be done by writing into the Scratchregister a specific value: * 0xCC - modify bootcmd "run netboot" * 0xCD - modify bootcmd "run netscript" * 0xCE - modify bootcmd "run mmcboot" the environment in flash is NOT overwritten. Signed-off-by: Hannes Petermaier <oe5hpm@oevsv.at>