[coreboot] [PATCH]unify mainboard makefiles

Stefan Reinauer stepan at coresystems.de
Sat Feb 27 01:15:27 CET 2010


On 2/26/10 11:38 PM, Patrick Georgi wrote:
>  config HAVE_HARD_RESET
>  	bool
> +	default y if BOARD_HAS_HARD_RESET
>  	default n
> +	help
> +	  This variable specifies whether a given board has a hard_reset
> +	  function, no matter if it's provided by board code or chipset code.
>  
> +config BOARD_HAS_HARD_RESET
> +	bool
> +	default n
> +	help
> +	  This variable specifies whether a given board has a reset.c
> +	  file containing a hard_reset() function.
> +
>   
Hm this is kind of semi-beautiful, but I think it's good for getting the
job done... Fight them mainboard makefiles!

Acked-by: Stefan Reinauer <stepan at coresystems.de>

Happy weekend everyone!

Stefan

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20100227/e047d0a4/attachment.html>


More information about the coreboot mailing list