x86: Support relocation of FDT on start-up
authorSimon Glass <sjg@chromium.org>
Thu, 28 Feb 2013 19:26:15 +0000 (19:26 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 4 Mar 2013 23:57:47 +0000 (15:57 -0800)
With CONFIG_OF_CONTROL we may have an FDT in the BSS region. Relocate
it up with the rest of U-Boot to keep the rest of memory free.

Signed-off-by: Simon Glass <sjg@chromium.org>

No differences found