Re: [PATCH v2 01/11] rockchip: scripts: remove rkmux.py
Simon Glass <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTg_fik=unDGthk4DKGQPtpRiXce6qzfmfm2ZTFfK6qy7w@mail.gmail.com> |
On 2026-07-28T06:51:38, Johan Jonker <[email protected]> wrote: > rockchip: scripts: remove rkmux.py > > It's not U-Boot's core business to host a script > to create enums from datasheets where it's unknown > that it has ever been used for any Rockchip SoCs sold > after rk3288. We don't need it to compile, so remove this > relict from the past. > > Signed-off-by: Johan Jonker <[email protected]> > > doc/README.rockchip | 7 -- > scripts/pylint.base | 1 - > tools/rkmux.py | 218 ---------------------------------------------------- > 3 files changed, 226 deletions(-) Reviewed-by: Simon Glass <[email protected]>