summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/u-boot-x86.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-06-03 09:20:02 +0800
committerSimon Glass <sjg@chromium.org>2015-06-04 03:03:17 -0600
commit65cdd9be3e0fe79909962bba9bedf7967d44d60b (patch)
tree78ff03b1f82a6e5c5462149487cea13bcfae7606 /arch/x86/include/asm/u-boot-x86.h
parentd04e30b839f3a60b72fda7021eaf2f94b185d756 (diff)
downloadu-boot-imx-65cdd9be3e0fe79909962bba9bedf7967d44d60b.zip
u-boot-imx-65cdd9be3e0fe79909962bba9bedf7967d44d60b.tar.gz
u-boot-imx-65cdd9be3e0fe79909962bba9bedf7967d44d60b.tar.bz2
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.h1
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 be103c0..d1d21ed 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 *);