Re: [U-Boot] [PATCH v4 16/20] rockchip: rk3036: Add core Soc start-up code

2015-11-09 Thread Simon Glass
On 9 November 2015 at 00:02, Lin Huang wrote: > rk3036 only 4K size SRAM for SPL, so only support > timer, uart, sdram driver in SPL stage, when finish > initial sdram, back to bootrom.And in rk3036 sdmmc and > debug uart use same iomux, so if you want to boot from > sdmmc, you must disable debug

[U-Boot] [PATCH v4 16/20] rockchip: rk3036: Add core Soc start-up code

2015-11-09 Thread Lin Huang
rk3036 only 4K size SRAM for SPL, so only support timer, uart, sdram driver in SPL stage, when finish initial sdram, back to bootrom.And in rk3036 sdmmc and debug uart use same iomux, so if you want to boot from sdmmc, you must disable debug uart. Signed-off-by: Lin Huang --- Changes in v1: - cle