
3 Sep
2015
3 Sep
'15
8 p.m.
On 30 August 2015 at 16:55, Simon Glass sjg@chromium.org wrote:
From: Sjoerd Simons sjoerd.simons@collabora.co.uk
Now that MMC works in U-Boot add config distro command support to start Linux in a standard fashion. One oddity here is that linux fails to load when the fdt is relocated to above 512MB, so set fdt_high to make sure it's loaded below that.
Signed-off-by: Sjoerd Simons sjoerd.simons@collabora.co.uk Acked-by: Simon Glass sjg@chromium.org Signed-off-by: Simon Glass sjg@chromium.org
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
include/configs/rk3288_common.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
Applied to u-boot-rockchip, thanks!