commit | ef1b1f223fcd8bf7b3d9708ea0e6057e108b7508 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Jan 10 11:19:30 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 20 12:27:06 2023 -0500 |
tree | 053319db5c4ce7d77a45931458eaeab8c1e24dbd | |
parent | 32bae30efe25213c4472464b19d76ebe0da97464 [diff] |
i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMR This driver is used on both m68k, where CONFIG_SYS_IMMR is not used, and PowerPC an ARM where it is. Abstract this to a new value rather than re-defining a CONFIG symbol on m68k. Signed-off-by: Tom Rini <trini@konsulko.com>