commit | e7d6d7213c590b432dde83092a93ee8c18b64452 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Jul 08 21:38:57 2024 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 18 07:40:30 2024 -0600 |
tree | b450bbbd52ff1c6b4eec3314a874a35b9845ddf1 | |
parent | b7f38971baeb51c1e30a6ae6cec913bf9f0889a3 [diff] |
ti: omap: am3517evm: Move environment definition to env file Instead of cluttering up a header file with a bunch of defines, move the default environmental variables to a file called am3517evm.env and reference it from the defconfig. Also remove dead comments. Signed-off-by: Adam Ford <aford173@gmail.com>