commit | eea63e05d0b7f54e7aa39725015483972c71cb3c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 24 19:15:34 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 26 21:40:16 2011 +0200 |
tree | 6efe7cc0f7dc4eea53b04fc1ac02e35b552af8d4 | |
parent | f5437ad141e13ff03dccb24707e8100d2b0295fd [diff] |
fdt: ARM: Add fdtcontroladdr to set device tree address in environment This adds support for a new environment variable called 'fdtcontroladdr'. If defined, the hex address is used as the address of the control fdt for U-Boot. Note: I have not changed CONFIG_PRAM section as I already have an outstanding patch on that. Signed-off-by: Simon Glass <sjg@chromium.org>