Re: [U-Boot] [PATCH] ftwdt010_wdt: move header to include/faraday and enhance

2011-04-12 Thread Wolfgang Denk
Dear Macpaul Lin, In message <1302584642-16787-1-git-send-email-macp...@andestech.com> you wrote: > 1. Move header to include/faraday > 2. Fix include path in ftwdt010_wdt.c > 3. Fix function prototype and declaration to > - ftwdt010_wdt_settimeout > - ftwdt010_wdt_reset > - ftwdt010_wdt_dis

[U-Boot] [PATCH] ftwdt010_wdt: move header to include/faraday and enhance

2011-04-11 Thread Macpaul Lin
1. Move header to include/faraday 2. Fix include path in ftwdt010_wdt.c 3. Fix function prototype and declaration to - ftwdt010_wdt_settimeout - ftwdt010_wdt_reset - ftwdt010_wdt_disable 4. Add "#if definde (CONFIG_HW_WATCHDOG)" let user have flexibilty to choose which better to his product