Delete some unused macros detected with -Wp,-Wunused-macros use

git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@482 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Blue Swirl
2009-03-28 14:28:16 +00:00
parent e44d994605
commit a0c398f24b
5 changed files with 0 additions and 23 deletions

View File

@@ -34,10 +34,6 @@ do { printk("ELF - %s: " fmt, __func__ , ##args); } while (0)
#define ELF_DPRINTF(fmt, args...) do { } while (0)
#endif
#define NVRAM_ADDR_LO 0x74
#define NVRAM_ADDR_HI 0x75
#define NVRAM_DATA 0x77
static void
transfer_control_to_elf( ulong elf_entry )
{