commit | 10ac24fc597d18310466ee6f6831f5fd09d09fb6 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Nov 16 13:10:26 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:05:38 2022 -0500 |
tree | 7d7297fa78679a0fa31f90934865d29d8e40060b | |
parent | 7b577bad974073d2d7091e937800bfeae7ca2f87 [diff] |
powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS This symbol is specific to the PowerPC SPL implementation, so rename this to reflect that it's in SPL and used / tested there, so that we can then safely migrate it to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>