commit | 41f1d40d9207cb6770d4cdc9e397a6e493fb4cfb | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Sep 23 10:44:17 2014 -0500 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 11:53:01 2014 -0400 |
tree | aaaecd3ee0547bd3acb343bed884fc6db1c8187c | |
parent | f5c30c1b1c69b235f28d34f8ee1670b2028152ff [diff] |
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>