OSDN Git Service

PPC: e500: require libfdt
authorAlexander Graf <agraf@suse.de>
Thu, 17 May 2012 10:23:41 +0000 (12:23 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:47 +0000 (01:04 +0200)
commit63397dd0be8d03d62393620e8192dafe0db72f8f
treeaad94cbb4d3f69d1662b6de61d57409eba93d3a7
parentbb28eb3797b0fbb4baa6d87edf69b3a0ff499e94
PPC: e500: require libfdt

Now that we're moving all of the device tree generation from an external
pre-execution generated blob to runtime generation using libfdt, we absolutely
must have libfdt around.

This requirement was there before already, as the only way to not require libfdt
with e500 was to not use -kernel, which was the only way to boot the mpc8544ds
machine. This patch only manifests said requirement in the build system.

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