commit | 337c9a72ebb6380aaa49986970d0485abe198515 | [log] [tgz] |
---|---|---|
author | Yunus Bas <y.bas@phytec.de> | Tue Dec 03 10:42:33 2024 +0100 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Dec 07 09:06:32 2024 -0300 |
tree | 8c7a2c0b142f6c13698ebf07be735a5cfa0fa4ff | |
parent | d838b888170214b2da033c25ab7faf4c3a44f6a3 [diff] |
phycore_imx8mm: Switch to using env text files Move the environment into the board directory and convert header to a txt file. In addition, this patch also applies following changes: - Change default nfsroot path to /srv/nfs due to compliance with Linux FHS 3.0. - Rename specific variables as stated in the bootstd documentation. Renamed variables: fdt_addr => fdt_addr_r fdt_file => fdtfile Signed-off-by: Yunus Bas <y.bas@phytec.de>