commit | c2b233cbec4245e9c0b5f6e54275b771830328d6 | [log] [tgz] |
---|---|---|
author | Aneesh Bansal <aneesh.bansal@freescale.com> | Wed Dec 23 14:16:23 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 08 10:15:43 2016 -0500 |
tree | cc13eeffcad496b2ca20d63d83068293d3ddf77b | |
parent | 76765375d7aceab50ba7311612d8e5540cd7519f [diff] |
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>