Re: [U-Boot] [PATCH 2/2] rockchip: Add basic support for kylin board

2015-12-14 Thread Simon Glass
Applied to u-boot-rockchip, thanks! ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 2/2] rockchip: Add basic support for kylin board

2015-12-10 Thread Simon Glass
On 6 December 2015 at 20:08, Lin Huang wrote: > kylin board use rk3036 SOC, 512M sdram, 8G emmc. > This add some basic files required to allow the board > to output serial message and can run command(mmc info etc). > > Signed-off-by: Lin Huang > --- > arch/arm/mach-rockchip/rk3036/Kconfig | 4

[U-Boot] [PATCH 2/2] rockchip: Add basic support for kylin board

2015-12-06 Thread Lin Huang
kylin board use rk3036 SOC, 512M sdram, 8G emmc. This add some basic files required to allow the board to output serial message and can run command(mmc info etc). Signed-off-by: Lin Huang --- arch/arm/mach-rockchip/rk3036/Kconfig | 4 +++ board/kylin/kylin_rk3036/Kconfig| 15 +