commit | ba481c58dff1dcfa6adb8b69bbf11ffef8ccdaa0 | [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 | 3e51b7c8b8b076dc5115ca4b6a457f55f6de3cae [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>