commit | 6e5aad898635c47b90026b875e38fe43d39af721 | [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 | 836bba45801e0d21a9f3b8c2a40bb0c673768b89 [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>