]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add uboot "fdt_high" enviroment variable
authorDavid A. Long <dave.long@linaro.org>
Sat, 9 Jul 2011 20:40:19 +0000 (16:40 -0400)
committerGerald Van Baren <gvb@unssw.com>
Sat, 16 Jul 2011 15:58:30 +0000 (11:58 -0400)
commita28afca57df7875f3334407bc47bd66b98701534
treeb89c2dabc45f99a003d4f2881f7a775415800805
parenta8d2a75d729ef0a701258a4b5bfcaf121fa30463
Add uboot "fdt_high" enviroment variable

Add a new "fdt_high" enviroment variable. This can be used to control (or prevent) the
relocation of the flattened device tree on boot. It can be used to prevent relocation
of the fdt into highmem.  The variable behaves similarly to the existing "initrd_high"
variable.

Signed-off-by: David A. Long <dave.long@linaro.org>
README
common/image.c