]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc: Use image_setup_linux() instead of local code
authorSimon Glass <sjg@chromium.org>
Wed, 8 May 2013 08:06:04 +0000 (08:06 +0000)
committerTom Rini <trini@ti.com>
Tue, 14 May 2013 19:37:25 +0000 (15:37 -0400)
commit3e51266a4e530026c002e210754c737a0caaa050
treefd62c586782d01eb4122be5c2d5e721c8908e92f
parent6caa195614916868135a14ab279a00856abc57b0
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>
arch/powerpc/lib/bootm.c