diff options
Diffstat (limited to 'qemu/roms/u-boot/common/system_map.c')
-rw-r--r-- | qemu/roms/u-boot/common/system_map.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/qemu/roms/u-boot/common/system_map.c b/qemu/roms/u-boot/common/system_map.c deleted file mode 100644 index 8307293bf..000000000 --- a/qemu/roms/u-boot/common/system_map.c +++ /dev/null @@ -1,8 +0,0 @@ -/* - * The builtin symbol table for use with kallsyms - * - * Copyright (c) 2008-2009 Analog Devices Inc. - * Licensed under the GPL-2 or later. - */ - -const char const system_map[] = SYSTEM_MAP; |