diff options
author | Simon Glass <sjg@chromium.org> | 2022-11-09 19:14:47 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2022-11-22 15:13:34 -0700 |
commit | cd6889d8967e1afa00dc244e26b2eb18a2f3f4d7 (patch) | |
tree | 9e1eda6be343bbec03bd5b6a923fac75a2489d89 /tools/buildman/bsettings.py | |
parent | 3da04ff1d33cf01d927fd7e4ea99f661fcf20dac (diff) |
buildman: Drop mention of old architectures
Support for some architectures has been removed since buildman was first
written. Also all toolchains are now available at kernel.org so we don't
need the links, except for arc where the kernel.org toolchain fails to
build all boards.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/bsettings.py')
-rw-r--r-- | tools/buildman/bsettings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/buildman/bsettings.py b/tools/buildman/bsettings.py index f53564e0f8..dcc200ea79 100644 --- a/tools/buildman/bsettings.py +++ b/tools/buildman/bsettings.py @@ -87,8 +87,6 @@ other = / riscv = riscv32 sh = sh4 x86 = i386 -blackfin = bfin -openrisc = or1k [make-flags] # Special flags to pass to 'make' for certain boards, e.g. to pass a test |