commit | 606fa4ab7609fb4ebf6a8e92f86fb63ec09ed466 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Fri Jan 23 15:28:22 2015 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Mon Feb 02 13:55:14 2015 +0100 |
tree | 30da058cd3064863d9414d53c1ffe1d3b0c84782 | |
parent | 1890113210cfa11c4ae6ea6f975a933cc7925052 [diff] |
sunxi: Only enable i2c support in the SPL when needed We do not need i2c support in the SPL when there is no PMIC (some sun4i boards), or when the PMIC is not using i2c such as on sun6i and sun8i. This reduces the SPL size from (e.g.) 21812 to 19260 bytes. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>