commit | 3e51266a4e530026c002e210754c737a0caaa050 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 08 08:06:04 2013 +0000 |
committer | Tom Rini <trini@ti.com> | Tue May 14 15:37:25 2013 -0400 |
tree | fd62c586782d01eb4122be5c2d5e721c8908e92f | |
parent | 6caa195614916868135a14ab279a00856abc57b0 [diff] |
powerpc: Use image_setup_linux() instead of local code Rather than having similar code in powerpc, use image_setup_linux() which should be common across all architectures that use the FDT. Signed-off-by: Simon Glass <sjg@chromium.org>