]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/include/asm/u-boot-x86.h
Merge remote-tracking branch 'u-boot/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / arch / x86 / include / asm / u-boot-x86.h
index c24846b3ed50b49a3010d62dd87d9b93b0646d08..c743efd60b907821d52ece8dbc144f8ff5df1103 100644 (file)
@@ -39,6 +39,9 @@ ulong board_get_usable_ram_top(ulong total_size);
 void dram_init_banksize(void);
 int default_print_cpuinfo(void);
 
+/* Set up a UART which can be used with printch(), printhex8(), etc. */
+int setup_early_uart(void);
+
 void setup_pcat_compatibility(void);
 
 void isa_unmap_rom(u32 addr);