aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDirk Behme <dirk.behme@de.bosch.com>2012-01-06 14:55:46 +0100
committerJohn Rigby <john.rigby@linaro.org>2012-01-19 17:08:52 -0700
commitd8affe005c8875ba4992d4e4246adefaec1cd197 (patch)
treefa0514854bbbcab3025729af2f4907ecb125f8af /common
parent4f28506be0cb2b48070babf680b94751611dedfd (diff)
mx6q: Add fdt_high and initrd_high variables
To be able to load the device tree and initrd correctly, set the fdt_high and initrd_high environment variables. Using 0xffffffff implies that the device tree and the initrd are initially copied to working addresses. This will avoid an additional copy. Loading the device tree to 0x30000000 and the initrd to 0x3c000000 should work for both boards, the ARM2 and SabreLite. Example (SabreLite): fatload mmc 0:2 0x10000000 uImage fatload mmc 0:2 0x3c000000 uInitrd fatload mmc 0:2 0x30000000 board.dtb bootm 0x10000000 0x3c000000 0x30000000 Note: This requires that the kernel has CONFIG_HIGHMEM enabled. Signed-off-by: Dirk Behme <dirk.behme@de.bosch.com>
Diffstat (limited to 'common')
0 files changed, 0 insertions, 0 deletions