diff options
author | Simon Glass <sjg@chromium.org> | 2022-07-11 19:03:55 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-05 11:47:55 -0400 |
commit | 5635c5072062eb988ff60385ad9b93526d22ce7c (patch) | |
tree | 46c91ce8f8f643746f7fb310b32daa537bf9213e /tools/buildman/control.py | |
parent | 46b5c8ed017958fc387ab86c71ae6c90abb6793c (diff) |
buildman: Drop -I option
This has been deprecated with a notice that it will be removed after April
2021. Drop it now.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/control.py')
-rw-r--r-- | tools/buildman/control.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/buildman/control.py b/tools/buildman/control.py index 8f4810bc3ef..beade62408b 100644 --- a/tools/buildman/control.py +++ b/tools/buildman/control.py @@ -176,9 +176,6 @@ def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, print() return 0 - if options.incremental: - print(col.build(col.RED, - 'Warning: -I has been removed. See documentation')) if not options.output_dir: if options.work_in_output: sys.exit(col.build(col.RED, '-w requires that you specify -o')) |