fix whitespace braindamage.
Also remove braindamaged CHIP_NAME macro and usage of same. It was always a mistake. git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@17 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
c220077227
commit
e8264bfa0c
2 changed files with 2 additions and 2 deletions
|
|
@ -435,7 +435,7 @@ CFLAGS += $(call cc-option,-Wno-pointer-sign,)
|
|||
# set in the environment
|
||||
# Also any assignments in arch/$(ARCH)/Makefile take precedence over
|
||||
# this default value
|
||||
export LBBUILD_IMAGE ?= linuxbios.rom startup_code.rom
|
||||
export LBBUILD_IMAGE ?= linuxbios.rom startup_code.rom
|
||||
|
||||
|
||||
core-y := mainboard/$(MAINBOARD)/
|
||||
|
|
|
|||
|
|
@ -6,6 +6,6 @@
|
|||
#include "dtc.h"
|
||||
|
||||
struct chip_operations mainboard_emulation_qemu_i386_ops = {
|
||||
CHIP_NAME("qemu mainboard ")
|
||||
"qemu mainboard "
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue