commit | 76bfd1625a27d72bcfeec6c1b239b70495f5fa78 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Tue Sep 23 10:44:18 2014 -0500 |
committer | Tom Rini <trini@ti.com> | Thu Oct 23 11:53:01 2014 -0400 |
tree | a022f9494abc354b1d258c1d43c3762ddf50eaf6 | |
parent | 41f1d40d9207cb6770d4cdc9e397a6e493fb4cfb [diff] |
arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT By using CONFIG_ENV_IS_IN_FAT it's far easier to have a private, minimal environment for e.g. booting off of network or mounting rootfs on NFS without having to modify the configuration header. Signed-off-by: Felipe Balbi <balbi@ti.com>