commit | b5cdbd8ed3d472b3e0e60438e0ccd6135ff354fc | [log] [tgz] |
---|---|---|
author | Keerthy <j-keerthy@ti.com> | Mon Nov 05 11:34:53 2018 +0530 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 16 16:52:00 2018 -0500 |
tree | 3e2076acbde3a54ed42ec5086a759aeaeec5e2a7 | |
parent | 17cfc0cb1dd5d8ce195b98fe9c9807e8b5b039ed [diff] |
misc: fs_loader: Use device_get_global_by_ofnode to get to node Instead of two staged ofnode_to_offset followed by device_get_global_by_of_offset approach, direcly use the device_get_global_by_ofnode to fetch the device. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>