From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Fri, 23 Jan 2015 15:40:32 +0000 Subject: [U-Boot] [PATCH] sunxi: Only enable i2c support in the SPL when needed In-Reply-To: <1422024645-30622-1-git-send-email-hdegoede@redhat.com> References: <1422024645-30622-1-git-send-email-hdegoede@redhat.com> Message-ID: <1422027632.19859.91.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2015-01-23 at 15:50 +0100, Hans de Goede wrote: > 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 Eventually ought to be expressed via Kconfig, but for now: Acked-by: Ian Campbell