aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/load_file.c
AgeCommit message (Collapse)AuthorFilesLines
2021-12-22um: Extract load file helper from initrd.cVincent Whitchurch1-0/+61
The file loading support in initrd.c can be re-used for loading devicetrees. Move it out of initrd.c. Signed-off-by: Vincent Whitchurch <[email protected]> Signed-off-by: Richard Weinberger <[email protected]>