commit | a547fcb82880f89d9fdac218308b66e28d3e1481 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 24 14:32:42 2021 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 03 03:38:41 2021 -0700 |
tree | 2ed509aa67a3b79e6ef124c505094a42507b7859 | |
parent | f724f0af2b5f9d2d17caa3b76cf58574788d8515 [diff] |
dm: Rename DM_FLAG_REMOVE_WITH_PD_ON This flag has the word 'REMOVE' in it which means it conflicts with the DM_REMOVE flags. Rename it to DM_FLAG_LEAVE_PD_ON which seems to indicate its purpose well enough. Signed-off-by: Simon Glass <sjg@chromium.org>