summaryrefslogtreecommitdiff
path: root/util_lib/include
diff options
context:
space:
mode:
authorBhupesh Sharma <bhsharma@redhat.com>2018-12-17 00:46:55 +0530
committerSimon Horman <horms@verge.net.au>2019-01-09 13:22:51 +0100
commitf56cbcf4c2766e5e7d18808b33f2b71519be5207 (patch)
tree87cd9dbb69be7bab96c920da301432f324012195 /util_lib/include
parent5570b42444661e212015abaca35b4dc698b9bb97 (diff)
kexec/dt-ops.c: Fix '/chosen' v/s 'chosen' node being passed to fdt helper functions
This patch fixes the incorrect 'chosen' node name being passed to various fdt helper functions inside 'kexec/dt-ops.c' As we can see from the Linux kernel usage inside 'drivers/firmware/efi/libstub/fdt.c', we pass '/chosen' node names to fdt helper function like 'fdt_path_offset()' whereas 'chosen' to the rest of the fdt helper functions like 'fdt_subnode_offset()'. We need to replicate the same in 'kexec-tools' to fix issues being reported when we use --dtb option while invoking 'kexec'. Signed-off-by: Bhupesh Sharma <bhsharma@redhat.com> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'util_lib/include')
0 files changed, 0 insertions, 0 deletions