commit | 25faa29f687afd2678a013132505cf5f5afa18c0 | [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 | 78cc6733b14be57dd51229ec3241ce99498045a0 [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>