commit | 789aa9cce9189db3fe1e2280be4f65671c10d211 | [log] [tgz] |
---|---|---|
author | Tien Fong Chee <tien.fong.chee@intel.com> | Tue Mar 05 23:29:38 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 18:13:22 2019 -0400 |
tree | 48b256d896754b5c9439ce401b14659fdb92757d | |
parent | b0b5b9ffb82d32e41905cdd38016f6a656fdb747 [diff] |
misc: fs_loader: Replace label with DT phandle In previously label which will be expanded to the node's full path was used, and now replacing label with most commonly used DT phandle. The codes were changed accordingly to the use of DT phandle and supporting multiple instances. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>