]> Git Repo - u-boot.git/commit
bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC
authorLihua Zhao <[email protected]>
Fri, 15 Nov 2019 08:21:17 +0000 (00:21 -0800)
committerTom Rini <[email protected]>
Tue, 3 Dec 2019 13:43:23 +0000 (08:43 -0500)
commit1e26f648885719cb6a105ae3562e8d840e75a6b8
treeda6eb468bce859e1fe827858172f134f5089005b
parent9a94a8994aa9f3722a832cd5c84af24c5eaab5e8
bootm: vxworks: Support Linux compatible standard DTB for ARM and PPC

Enhance do_bootm_vxworks() to support Linux compatible standard DTB
for ARM and PPC, when the least significant bit of flags in VxWorks
bootargs is set. Otherwise it falls back to the existing bootm flow
which is now legacy.

Signed-off-by: Lihua Zhao <[email protected]>
Signed-off-by: Bin Meng <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
common/bootm_os.c
doc/README.vxworks
include/vxworks.h
This page took 0.028633 seconds and 4 git commands to generate.