PPC: e500: Change in-memory order of load blobs
commitb8dec1443ef6c52e72594c5a861a5d2fd7f05d80
authorAlexander Graf <agraf@suse.de>
Thu, 17 Jan 2013 10:19:28 +0000 (17 11:19 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 18 Jan 2013 18:06:57 +0000 (18 19:06 +0100)
tree37fb47dec91807b5f2e748bb648994e768e66221
parent746a870b3c44a6c5734691fec013c78520d55f15
PPC: e500: Change in-memory order of load blobs

Today, we load

  <kernel> <initrd> <dtb>

into memory in that order. However, Linux has a bug where it can only
handle the dtb if it's within the first 64MB of where <kernel> starts.

So instead, let's change the order to

  <kernel> <dtb> <initrd>

making Linux happy.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/e500.c