commit | 426f99fa98c3725fe0ca1eb8438d1215a2c6bd6b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Mon Apr 24 09:48:02 2017 +0200 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 17 17:13:06 2017 +0800 |
tree | 6efd5bcaf65a045220083f6c6ff96fb79f10adaa | |
parent | e98856fcff5adc64689c3d5597b0a36d867eec8f [diff] |
dm: core: Add DM_FLAG_OS_PREPARE flag This new flag can be added to DM device drivers, which need to do some final configuration before U-Boot exits and the OS (e.g. Linux) is started. The remove functions of those drivers will get called at this stage to do these last-stage configuration steps. Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org> Cc: Bin Meng <bmeng.cn@gmail.com>