]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Merge git://git.denx.de/u-boot-dm
authorTom Rini <trini@ti.com>
Mon, 24 Nov 2014 17:01:48 +0000 (12:01 -0500)
committerTom Rini <trini@ti.com>
Mon, 24 Nov 2014 17:01:48 +0000 (12:01 -0500)
Conflicts:
drivers/serial/serial-uclass.c

Signed-off-by: Tom Rini <trini@ti.com>
1  2 
README
arch/arm/include/asm/arch-at91/at91sam9260.h
common/Makefile
common/spl/spl.c
drivers/mtd/spi/sandbox.c
drivers/serial/serial-uclass.c
drivers/spi/spi-uclass.c
include/asm-generic/global_data.h
lib/fdtdec.c
scripts/Makefile.spl

diff --cc README
Simple merge
diff --cc common/Makefile
Simple merge
Simple merge
Simple merge
index 0f019c8f505bf717fefe0b240d7524d09829f537,cd5324cfa3b398b4fe3d6ccf4d8984d900777d56..b09053f1402bdf55aa3c89abea593ab0bd82d2dd
  
  DECLARE_GLOBAL_DATA_PTR;
  
 -/* The currently-selected console serial device */
 -struct udevice *cur_dev __attribute__ ((section(".data")));
 -
+ /*
+  * Table with supported baudrates (defined in config_xyz.h)
+  */
+ static const unsigned long baudrate_table[] = CONFIG_SYS_BAUDRATE_TABLE;
  #ifndef CONFIG_SYS_MALLOC_F_LEN
  #error "Serial is required before relocation - define CONFIG_SYS_MALLOC_F_LEN to make this work"
  #endif
Simple merge
Simple merge
diff --cc lib/fdtdec.c
Simple merge
Simple merge