mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user