commit | 7d34ed48b40ef76de85bc540c84a3ff752e3a08c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@ti.com> | Wed Dec 04 09:14:20 2013 -0500 |
committer | Tom Rini <trini@ti.com> | Thu Dec 12 14:54:22 2013 -0500 |
tree | 7c0ab2de6b1445ac54a1713c61ea96b0e0159302 | |
parent | 8ef10bd2546c3de5c42254dd93f52ad8b0d946a3 [diff] |
am335x_evm: Consolidate DFU environment parts into the DFU part of the file To make managing the environment easier, add DFUARGS to CONFIG_EXTRA_ENV_SETTINGS. Then we set DFUARGS down in the DFU part of the file, and include (or not) the NAND part, based on if NAND is set. Signed-off-by: Tom Rini <trini@ti.com>