]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: Makefile: allow for spl builds with env_fat
authorFelipe Balbi <balbi@ti.com>
Tue, 23 Sep 2014 15:44:17 +0000 (10:44 -0500)
committerTom Rini <trini@ti.com>
Thu, 23 Oct 2014 15:53:01 +0000 (11:53 -0400)
commit41f1d40d9207cb6770d4cdc9e397a6e493fb4cfb
treeaaaecd3ee0547bd3acb343bed884fc6db1c8187c
parentf5c30c1b1c69b235f28d34f8ee1670b2028152ff
common: Makefile: allow for spl builds with env_fat

If CONFIG_SPL_BUILD and CONFIG_ENV_IS_IN_FAT are
defined, u-boot spl will fail to build. Fix that.

Signed-off-by: Felipe Balbi <balbi@ti.com>
common/Makefile