]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm, Makefile: correct compilation flag for u-boot-dtb
authorAneesh Bansal <aneesh.bansal@freescale.com>
Wed, 23 Dec 2015 08:46:23 +0000 (14:16 +0530)
committerTom Rini <trini@konsulko.com>
Fri, 8 Jan 2016 15:15:43 +0000 (10:15 -0500)
commitc2b233cbec4245e9c0b5f6e54275b771830328d6
treecc13eeffcad496b2ca20d63d83068293d3ddf77b
parent76765375d7aceab50ba7311612d8e5540cd7519f
arm, Makefile: correct compilation flag for u-boot-dtb

The compilation of u-boot-dtb.img should be controlled by
CONFIG_OF_CONTROL and not CONFIG_DM.
CONFIG_DM may be defined even without Device Tree requirement.

This was added in commit 947cee1127c5fa97529c8cda4f0b48d141f92560.

Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com>
Signed-off-by: Aneesh Bansal <aneesh.bansal@freescale.com>
CC: Alison Wang <alison.wang@freescale.com>
Makefile