commit | e4f0cc5ddf6ad24e06fcd6a25bbaaf3d55fa0899 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu Dec 29 11:53:00 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Jan 12 14:06:16 2023 -0500 |
tree | 3947a884630877557dcd9e0abca42a9adee7fc89 | |
parent | 0998a20cfc6b57e271d597153e39439c37034206 [diff] |
net: fm: Add firmware name parameter In order to read the firmware from the filesystem, we need a file name. Read the firmware name from the device tree, using the firmware-name property. This property is commonly used in Linux to determine the correct name to use (and can be seen in several device trees in U-Boot). Signed-off-by: Sean Anderson <sean.anderson@seco.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>