diff options
author | Luis R. Rodriguez <mcgrof@kernel.org> | 2018-05-10 16:08:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-14 10:44:41 -0400 |
commit | 0b92d3f6802609e5c5ec30571296c68cfb2cd4aa (patch) | |
tree | ce93dad098ecb1263dd47564cf5666aaa59bd174 | |
parent | 4fde24d4161358e0909684facd2226627d381fce (diff) |
Documentation: remove stale firmware API reference
It refers to a pending patch, but this was merged eons ago.
Reviewed-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Luis R. Rodriguez <mcgrof@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/dell_rbu.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/dell_rbu.txt b/Documentation/dell_rbu.txt index 0fdb6aa2704c..5d1ce7bcd04d 100644 --- a/Documentation/dell_rbu.txt +++ b/Documentation/dell_rbu.txt | |||
@@ -121,10 +121,7 @@ read back the image downloaded. | |||
121 | 121 | ||
122 | .. note:: | 122 | .. note:: |
123 | 123 | ||
124 | This driver requires a patch for firmware_class.c which has the modified | 124 | After updating the BIOS image a user mode application needs to execute |
125 | request_firmware_nowait function. | ||
126 | |||
127 | Also after updating the BIOS image a user mode application needs to execute | ||
128 | code which sends the BIOS update request to the BIOS. So on the next reboot | 125 | code which sends the BIOS update request to the BIOS. So on the next reboot |
129 | the BIOS knows about the new image downloaded and it updates itself. | 126 | the BIOS knows about the new image downloaded and it updates itself. |
130 | Also don't unload the rbu driver if the image has to be updated. | 127 | Also don't unload the rbu driver if the image has to be updated. |