commit | 7c27799998ffc98d36e22764bb667d21153518f8 | [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 | b6bb11d3dd99a6c1f111a3c05f9aa11630a0e223 [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>