diff options
author | Simon Glass <sjg@chromium.org> | 2013-04-17 16:13:32 +0000 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2013-05-13 13:33:20 -0700 |
commit | fa790fa0a91b9d029ec6fdac791066bc5d16b862 (patch) | |
tree | 91bc7de13eef92a75ac572c95fc6a5715a26a96f /arch/x86/include/asm/init_helpers.h | |
parent | 20a8b41d50f2b07e709488af3570692c5dd0cb05 (diff) | |
download | u-boot-fa790fa0a91b9d029ec6fdac791066bc5d16b862.tar.gz u-boot-fa790fa0a91b9d029ec6fdac791066bc5d16b862.tar.xz u-boot-fa790fa0a91b9d029ec6fdac791066bc5d16b862.zip |
x86: Remove legacy board init code
Since we use CONFIG_SYS_GENERIC_BOARD on x86, we don't need this anymore.
Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Graeme Russ <graeme.russ@gmail.com>
Diffstat (limited to 'arch/x86/include/asm/init_helpers.h')
-rw-r--r-- | arch/x86/include/asm/init_helpers.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/include/asm/init_helpers.h b/arch/x86/include/asm/init_helpers.h index d018b290c1..0a6a6755d2 100644 --- a/arch/x86/include/asm/init_helpers.h +++ b/arch/x86/include/asm/init_helpers.h @@ -24,19 +24,10 @@ #ifndef _INIT_HELPERS_H_ #define _INIT_HELPERS_H_ -int display_banner(void); -int display_dram_config(void); -int init_baudrate_f(void); int calculate_relocation_address(void); int init_cache_f_r(void); - -int set_reloc_flag_r(void); -int mem_malloc_init_r(void); int init_bd_struct_r(void); -int flash_init_r(void); -int status_led_set_r(void); -int set_load_addr_r(void); int init_func_spi(void); int find_fdt(void); int prepare_fdt(void); |