]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
TI: Add, use a DEFAULT_LINUX_BOOT_ENV environment string
authorTom Rini <trini@ti.com>
Fri, 28 Mar 2014 19:03:29 +0000 (15:03 -0400)
committerTom Rini <trini@ti.com>
Thu, 17 Apr 2014 18:39:54 +0000 (14:39 -0400)
commitfb3ad9bd923daafed9818c579d841f05c8ecbeb0
tree74e810425fc4815ca688d5357a80eaebe53bf234
parentae1590ed52256bb3bbb45506c005020075fbe49f
TI: Add, use a DEFAULT_LINUX_BOOT_ENV environment string

To deal with a reoccurring problem properly we need to specify addresses
for the Linux kernel, Flatted Device Tree and ramdisk that obey the
constraints within the kernel's Documentation/arm/Booting file but also
make sure that we relocate things within a valid address range.

It is possible with these addresses to also set fdt_high and initrd_high
to the value of 0xffffffff.  We don't do this by default to allow for
the most likely success of people using custom addresses however.

Signed-off-by: Tom Rini <trini@ti.com>
include/configs/am335x_evm.h
include/configs/am43xx_evm.h
include/configs/ti_armv7_common.h
include/configs/ti_omap4_common.h
include/configs/ti_omap5_common.h