commit | 402558b1fe604baaa4aa4b3e1c72a65692861f2a | [log] [tgz] |
---|---|---|
author | Wasim Khan <wasim.khan@nxp.com> | Thu Feb 04 15:44:04 2021 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Feb 24 16:51:48 2021 -0500 |
tree | 274954f80edcac86e001639e865623199d9e347e | |
parent | 220fa478fb1a84e51235b92506ff5d48415f0a8e [diff] |
cmd: fdt: skip board specific fixup using env variable Sometimes it is useful to boot OS with already fixed-up device tree. Check for env variable 'skip_board_fixup' before calling ft_board_setup(). Current behaviour is unchanged, additionally user can set skip_board_fixup to 1 to skip the fixup. Signed-off-by: Wasim Khan <wasim.khan@nxp.com>