Stefan Reinauer (stefan.reinauer@coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2027
-gerrit
commit dc5e523ffd9efb6c9941f07cb040feb9c751be8f Author: Stefan Reinauer reinauer@chromium.org Date: Tue Dec 11 16:07:16 2012 -0800
Fix maxim max77686 driver
With driver-y going away, the current driver code didn't get compiled in with upstream.
Change-Id: I9bff45a35c995888a482bdc22a1573f6bfb88211 Signed-off-by: Stefan Reinauer reinauer@google.com --- src/drivers/maxim/max77686/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/drivers/maxim/max77686/Makefile.inc b/src/drivers/maxim/max77686/Makefile.inc index 3fc7104..b67595f 100644 --- a/src/drivers/maxim/max77686/Makefile.inc +++ b/src/drivers/maxim/max77686/Makefile.inc @@ -17,4 +17,4 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ##
-driver-$(CONFIG_DRIVER_MAXIM_77686) += max77686.c +ramstage-$(CONFIG_DRIVER_MAXIM_77686) += max77686.c