commit | b8dec1443ef6c52e72594c5a861a5d2fd7f05d80 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Jan 17 11:19:28 2013 +0100 |
committer | Alexander Graf <agraf@suse.de> | Fri Jan 18 19:06:57 2013 +0100 |
tree | 37fb47dec91807b5f2e748bb648994e768e66221 | |
parent | 746a870b3c44a6c5734691fec013c78520d55f15 [diff] |
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>