<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 2/26/10 11:38 PM, Patrick Georgi wrote:
<blockquote cite="mid:4B884D73.20906@georgi-clan.de" type="cite">
  <pre wrap=""> 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.
+
  </pre>
</blockquote>
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hm this is
kind of semi-beautiful, but I think it's good for getting the job
done... Fight them mainboard makefiles!<br>
<br>
Acked-by: Stefan Reinauer <a class="moz-txt-link-rfc2396E" href="mailto:stepan@coresystems.de"><stepan@coresystems.de></a><br>
<br>
Happy weekend everyone!<br>
<br>
Stefan<br>
<br>
</font></font>
</body>
</html>