PPC: e500: calculate initrd_base like dt_base
authorScott Wood <scottwood@freescale.com>
Wed, 22 Aug 2012 14:55:41 +0000 (14:55 +0000)
committerAlexander Graf <agraf@suse.de>
Fri, 5 Oct 2012 00:35:11 +0000 (02:35 +0200)
commit7e7ec2d290ca5b1bdd555da9852dc5ee60232fe5
tree73bfab0e7fca669a1649aa209457a9a4e9314070
parent9dd5eba1bc69bccbd83885d157d84e2514799a22
PPC: e500: calculate initrd_base like dt_base

While investigating dtb pad issues, I noticed that initrd_base wasn't taking
loadaddr into account the way dt_base was.  This seems wrong.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c