commit | 1e26f648885719cb6a105ae3562e8d840e75a6b8 | [log] [tgz] |
---|---|---|
author | Lihua Zhao <lihua.zhao@windriver.com> | Fri Nov 15 00:21:17 2019 -0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 08:43:23 2019 -0500 |
tree | da6eb468bce859e1fe827858172f134f5089005b | |
parent | 9a94a8994aa9f3722a832cd5c84af24c5eaab5e8 [diff] |
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 <lihua.zhao@windriver.com> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>