[U-Boot] [PATCH] [x86] Add a basic implementation for a coreboot board

Mike Frysinger vapier at gentoo.org
Fri Nov 4 22:09:41 CET 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111104/ad2aa80f/attachment.pgp 


More information about the U-Boot mailing list