On Friday 04 November 2011 16:52:39 Gabe Black wrote: > --- /dev/null > +++ b/board/chromebook-x86/coreboot/Makefile > > +clean: > + rm -f $(SOBJS) $(OBJS) > + > +distclean: clean > + rm -f $(LIB) core *.bak $(obj).depend
dead code -> drop
> --- /dev/null
> +++ b/board/chromebook-x86/coreboot/coreboot.c
>
> +#ifdef CONFIG_HW_WATCHDOG
> +#include <watchdog.h>
> +#endif
> ...
> +#ifdef CONFIG_HW_WATCHDOG
> +void hw_watchdog_reset(void)
> +{
> +}
> +#endif
looks like useless code ... just delete it ?
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

