]> git.ipfire.org Git - thirdparty/u-boot.git/commit
phycore_imx8mp: Move environment from include/config to board
authorLeonard Anderweit <l.anderweit@phytec.de>
Tue, 12 Mar 2024 14:30:29 +0000 (15:30 +0100)
committerFabio Estevam <festevam@gmail.com>
Sun, 17 Mar 2024 21:39:21 +0000 (18:39 -0300)
commitb30d7bc19987856b9d733e0af3ca65397d20deda
treef1ba006a96660524bcf94baebc540981fbe2247f
parent9ae369a0d696bd8d9c0cebf3b90e64b6b992b282
phycore_imx8mp: Move environment from include/config to board

Move the environment into the board directory and convert it from a C
header to a text file. Sort the variables alphabetically.
No functional changes.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Reviewed-by: Teresa Remmet <t.remmet@phytec.de>
Tested-by: Teresa Remmet <t.remmet@phytec.de>
board/phytec/phycore_imx8mp/phycore_imx8mp.env [new file with mode: 0644]
include/configs/phycore_imx8mp.h