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@coresystems.de>

Happy weekend everyone!

Stefan