commit | 3c7be0c91a1e03d12a068c275dc0fbf863b5acbe | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Jul 26 13:11:36 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 31 11:22:56 2017 -0400 |
tree | b20cd0d4d9717558684e93dfe85fce34f0520f9d | |
parent | 43ba3c59cb6835f96fe32960cca9ef1406d0a626 [diff] |
am335x_hs_evm: Disable CONFIG_SPL_ENV_SUPPORT The main uses of CONFIG_SPL_ENV_SUPPORT are for network support and for disabling "Falcon Mode" support at run-time. As this build enables neither, remove this feature. Cc: Andrew F. Davis <afd@ti.com> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>