Minor bugfixes:

- lib/console.c: BIOS_SPEW never kicked in.

 - util/xcompile/xcompile: the "function" prefix isn't supported by all shells.

Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@364 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-06-20 17:21:49 +00:00
commit 28cff651fe
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ int printk(int msg_level, const char *fmt, ...)
va_list args;
int i;
if (msg_level >= console_loglevel()) {
if (msg_level > console_loglevel()) {
return 0;
}

View file

@ -25,7 +25,7 @@ ARCH=`uname -m | sed -e s/i.86/x86/ -e s/sun4u/sparc64/ \
-e s/s390x/s390/ -e s/parisc64/parisc/ \
-e s/ppc.*/powerpc/ -e s/mips.*/mips/`
function searchgnu()
searchgnu()
{
# $1 short name
# result: GNU version of that tool on stdout