]> git.dujemihanovic.xyz Git - u-boot.git/commit
include: env: phytec: Create env file for loading and applying overlays
authorBenjamin Hahn <B.Hahn@phytec.de>
Wed, 17 Jul 2024 05:11:26 +0000 (22:11 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 22 Jul 2024 19:47:57 +0000 (13:47 -0600)
commit26b2d2c0f271c4b9a5cd4f32be280fca2bec452c
treeeaca7da34859fe0baa7b63337fd6626a5a3e7e38
parent902d8ee94ce29a088a325da6e69eeb1a25f1fec7
include: env: phytec: Create env file for loading and applying overlays

The env scripts for loading and applying overlays are identical for many
PHYTEC Boards. Create a common env that can be included.

The env variables bootenv_addr and fdto_addr are board specific and need
to be set in the board specific file. The env variable get_cmd also
needs to be set in board specific files and can be set to tftp or dhcp.

Signed-off-by: Benjamin Hahn <B.Hahn@phytec.de>
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Reviewed-by: Teresa Remmet <t.remmet@phytec.de>
Reviewed-by: Wadim Egorov <w.egorov@phytec.de>
include/env/phytec/overlays.env [new file with mode: 0644]