cmd: fdt: skip board specific fixup using env variable
authorWasim Khan <wasim.khan@nxp.com>
Thu, 4 Feb 2021 14:44:04 +0000 (15:44 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 24 Feb 2021 21:51:48 +0000 (16:51 -0500)
commit402558b1fe604baaa4aa4b3e1c72a65692861f2a
tree274954f80edcac86e001639e865623199d9e347e
parent220fa478fb1a84e51235b92506ff5d48415f0a8e
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>
common/image-fdt.c
scripts/checkpatch.pl