diff options
author | wdenk <wdenk> | 2005-05-09 10:17:32 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2005-05-09 10:17:32 +0000 |
commit | ed16fefcbaf99a67a7dd7639898dbc896c70cb1b (patch) | |
tree | 588d9a44a35df45e937c09c8f8bd603f4c43efbe /Makefile | |
parent | 931da93e0fced277c058c0c989d30bd1f6d10742 (diff) | |
download | u-boot-imx-ed16fefcbaf99a67a7dd7639898dbc896c70cb1b.zip u-boot-imx-ed16fefcbaf99a67a7dd7639898dbc896c70cb1b.tar.gz u-boot-imx-ed16fefcbaf99a67a7dd7639898dbc896c70cb1b.tar.bz2 |
On LWMON we must use the watchdog to reset the board as the CPU
genereated HRESET pulse is too short to reset the external circuitry.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1651,7 +1651,8 @@ clean: | xargs rm -f rm -f examples/hello_world examples/timer \ examples/eepro100_eeprom examples/sched \ - examples/mem_to_mem_idma2intr examples/82559_eeprom + examples/mem_to_mem_idma2intr examples/82559_eeprom \ + examples/test_burst rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr rm -f tools/mpc86x_clk tools/ncb rm -f tools/easylogo/easylogo tools/bmp_logo |