diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-06-03 09:20:02 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-06-04 03:03:17 -0600 |
commit | 65cdd9be3e0fe79909962bba9bedf7967d44d60b (patch) | |
tree | 78ff03b1f82a6e5c5462149487cea13bcfae7606 /arch/x86/include/asm/u-boot-x86.h | |
parent | d04e30b839f3a60b72fda7021eaf2f94b185d756 (diff) |
x86: coreboot: Fix cosmetic issues
Clean up arch/x86/cpu/coreboot.c to fix several cosmetic issues.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include/asm/u-boot-x86.h')
-rw-r--r-- | arch/x86/include/asm/u-boot-x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/u-boot-x86.h b/arch/x86/include/asm/u-boot-x86.h index be103c055c..d1d21ed660 100644 --- a/arch/x86/include/asm/u-boot-x86.h +++ b/arch/x86/include/asm/u-boot-x86.h @@ -16,7 +16,6 @@ void init_gd(gd_t *id, u64 *gdt_addr); void setup_gdt(gd_t *id, u64 *gdt_addr); int init_cache(void); int cleanup_before_linux(void); -void panic_puts(const char *str); /* cpu/.../timer.c */ void timer_isr(void *); |