commit | 1b0851f45fad09549baa42a0de716ccbbd97d62e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 15 18:11:24 2021 +1300 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 27 15:04:31 2021 +1300 |
tree | 2c561533e64b9cce32799cdc735e8b0372230601 | |
parent | ed8603d424f708758ecfabbe035722db3c55a8be [diff] |
sandbox: Correct uninit conflict It is not possible to remove the state before driver model is uninited, since the devices are allocated in the memory buffer. Also it is not possible to uninit driver model afterwards, since the RAM has been freed. Drop the uninit altogether, since it is not actually necessary. Signed-off-by: Simon Glass <sjg@chromium.org>