commit | 394b4efd60d6e85127897682e93366b38f32b2d6 | [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 | 5cd0cb37fc6d873252687e3945cd18802dd2278d [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>