Re: [U-Boot] [PATCH v5 27/41] rockchip: Add core SoC start-up code

2015-09-03 Thread Simon Glass
Applied to u-boot-rockchip. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH v5 27/41] rockchip: Add core SoC start-up code

2015-08-30 Thread Simon Glass
Add code for starting up U-Boot SPL and U-Boot proper. This is generic and makes use of devices provided by the board- or SoC-specific code. Signed-off-by: Simon Glass --- Changes in v5: - Drop BSS memset() as it is not needed - Use CONFIG_SPL_LED instead of CONFIG_SPL_LED_SUPPORT Changes in v4