commit | 52cb5044aef7e4fa5a0de0f7dfd6b3d319f83ae0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Oct 18 07:46:31 2022 -0600 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Oct 30 20:07:17 2022 +0100 |
tree | 11f72c50e524ae5b37e934e9a5d0558c00c6ee97 | |
parent | 04c640c109945c929a71dd3daf04789ca2115461 [diff] [blame] |
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO Now that all the old code is gone, rename this option. Driver model migration is now complete. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/common/board_f.c b/common/board_f.c index 0f7354d..51ba593 100644 --- a/common/board_f.c +++ b/common/board_f.c
@@ -408,7 +408,7 @@ static int reserve_video(void) { - if (IS_ENABLED(CONFIG_DM_VIDEO)) { + if (IS_ENABLED(CONFIG_VIDEO)) { ulong addr; int ret;