commit | e9269a007648f13bf1d654cb865a7c42c308c6d1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 12 22:12:30 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 27 08:41:38 2021 -0500 |
tree | c0d375195597632ee82a485cf4a83c0e6f90c1ee | |
parent | c2ac2f60fd738412a13ad475b5e4f695814559b3 [diff] |
Convert CONFIG_SYS_IMMR to Kconfig This converts the following to Kconfig: CONFIG_SYS_IMMR We do this by consolidating the SYS_IMMR options we have and providing defaults. We also, in the few places where M68K was also sharing code with these platforms, define it within the file to CONFIG_SYS_MBAR to match usage. This should be cleaned up longer term. Signed-off-by: Tom Rini <trini@konsulko.com>