commit | 8c6ede1fd21d4c132aba31a0f1cef2a478bafe96 | [log] [tgz] |
---|---|---|
author | Justin Waters <justin.waters@timesys.com> | Thu Jul 11 09:55:02 2013 -0400 |
committer | Tom Rini <trini@ti.com> | Tue Jul 30 09:21:42 2013 -0400 |
tree | fdddf93aff20be33d263d6153c73ec9ab9dd2cb3 | |
parent | 341d2c0e13d8bb177504b7ca16f2e6f555f78d4f [diff] |
am335x_evm: Add support for eMMC environment Some boards, such as the BeagleBone Black, have an eMMC chip intstead of NAND. We can use the eMMC boot partition to store the environment, since it isn't used for anything else. This allows us to have a configurable environment on those boards. Signed-off-by: Justin Waters <justin.waters@timesys.com>