Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/117
-gerrit
commit f916d994f716444edc72ec8af0c9020e16f486ea
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Tue Jul 19 16:35:34 2011 +0200
Update defconfig to silence build
Change-Id: Iecc5fef8df78e66bb80b00d786aa4925f13c823a
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
---
configs/defconfig | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/configs/defconfig b/configs/defconfig
index bee9611..0fe3019 100644
--- a/configs/defconfig
+++ b/configs/defconfig
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# FILO version: 0.6.0
-# Fri Mar 26 12:50:23 2010
+# Thu Jul 7 11:47:53 2011
#
CONFIG_TARGET_I386=y
@@ -62,5 +62,6 @@ CONFIG_EXPERIMENTAL=y
# CONFIG_DEBUG_PCI is not set
# CONFIG_DEBUG_LINUXLOAD is not set
# CONFIG_DEBUG_IDE is not set
+# CONFIG_DEBUG_USB is not set
# CONFIG_DEBUG_ELTORITO is not set
CONFIG_DEVELOPER_TOOLS=y
Patrick Georgi (patrick(a)georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/118
-gerrit
commit b4310501fa616a4e5267b57adcb06fbc226a5a14
Author: Patrick Georgi <patrick.georgi(a)secunet.com>
Date: Tue Jul 19 16:37:13 2011 +0200
Remove useless print_a_completion() stub
There's a real implementation elsewhere and this one only confuses
things.
Change-Id: I841d9baecbaf298114e508feec89f1b2ea864bb9
Signed-off-by: Patrick Georgi <patrick.georgi(a)secunet.com>
---
main/filo.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/main/filo.c b/main/filo.c
index c81d458..a8bf372 100644
--- a/main/filo.c
+++ b/main/filo.c
@@ -237,9 +237,4 @@ int main(void)
return 0;
}
-void print_a_completion (char *name)
-{
- // Nothing yet.
-}
-
#endif /* CONFIG_USE_GRUB */