commit | cb2a32a90534e6a15ca2d8da0072498e9688a11c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Jun 27 13:35:48 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 08 17:57:34 2022 -0400 |
tree | 170470073f32c156e436e5fc4f6ecac40a94a675 | |
parent | 5c249d4b1828bba77bee37aa5e8063f2c4e6c619 [diff] |
omap3: emif4: More clearly hard-code cs0 size We have a single platform that is both in the OMAP3 family of parts, but has an EMIF4 memory controller. Currently we hard-code the size of chip select 0. Make this more clear by putting the value in the function rather than a CONFIG option. Signed-off-by: Tom Rini <trini@konsulko.com>