commit | 347c05b45f9e798cb97410d582691a5c28422ce4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 28 19:26:15 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 04 15:57:47 2013 -0800 |
tree | d2dceffbd191c1e1a3481c06a32597af9d580a98 | |
parent | 18cc2bcd7bf3cbce9caa0bdbf9ff565f56faae9d [diff] |
x86: Support relocation of FDT on start-up 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>