commit | a62b9041da123a532129e5713993bf5b2a713395 | [log] [tgz] |
---|---|---|
author | Michal Simek <monstr@monstr.eu> | Wed Sep 26 14:24:05 2012 +0200 |
committer | Michal Simek <monstr@monstr.eu> | Thu Nov 08 10:33:19 2012 +0100 |
tree | 897524f1c2a994a4d1a6cc6b9449a5976e92e2e4 | |
parent | c1b1493469ffed95aa24bc4f39c1da634f46c62d [diff] |
microblaze: Fix compilation failure because of missing libdts Microblaze platform can use CONFIG_OF_EMBED option but also it is necessary to support boards which don't want to use this option. U-Boot doesn't compile dts/libdts.o for #undef CONFIG_OF_EMBED case that's why it should be guarded by ifdef. Signed-off-by: Michal Simek <monstr@monstr.eu>