]> git.ipfire.org Git - people/ms/u-boot.git/commit
microblaze: Fix compilation failure because of missing libdts
authorMichal Simek <monstr@monstr.eu>
Wed, 26 Sep 2012 12:24:05 +0000 (14:24 +0200)
committerMichal Simek <monstr@monstr.eu>
Thu, 8 Nov 2012 09:33:19 +0000 (10:33 +0100)
commitb3e5cd17f6e180642efafb20bcda948c3cbcff10
tree897524f1c2a994a4d1a6cc6b9449a5976e92e2e4
parentf8c1ed092c828b51683873c0c79acc44b27eb8e9
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>
arch/microblaze/cpu/u-boot.lds