From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- kernel/Documentation/driver-api/firmware/direct-fs-lookup.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/driver-api/firmware/direct-fs-lookup.rst b/kernel/Documentation/driver-api/firmware/direct-fs-lookup.rst index 82b4d58..e04353d 100644 --- a/kernel/Documentation/driver-api/firmware/direct-fs-lookup.rst +++ b/kernel/Documentation/driver-api/firmware/direct-fs-lookup.rst @@ -24,7 +24,7 @@ however note that using initrd does not suffice to address the same race. There are circumstances that justify not wanting to include firmware into -initramfs, such as dealing with large firmware firmware files for the +initramfs, such as dealing with large firmware files for the remote-proc subsystem. For such cases using a userspace fallback mechanism is currently the only viable solution as only userspace can know for sure when the real rootfs is ready and mounted. -- Gitblit v1.6.2