diff mbox

[U-Boot,v5,36/41] rockchip: Turn off CONFIG_SPL_LED for firefly

Message ID 1440975352-28528-37-git-send-email-sjg@chromium.org
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Simon Glass Aug. 30, 2015, 10:55 p.m. UTC
From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>

With LED support enabled the SPL easily goes over the size limit (e.g.
with both Debians gcc 4.9 and 5.2 cross-compilers). Turn off LED support
in the SPL to reduce the size just enough for those compilers.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Tweaked commit subject to remove _SUPPORT
Signed-off-by: Simon Glass <sjg@chromium.org>

---

Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 configs/firefly-rk3288_defconfig | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass Sept. 3, 2015, 6 p.m. UTC | #1
On 30 August 2015 at 16:55, Simon Glass <sjg@chromium.org> wrote:
> From: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
>
> With LED support enabled the SPL easily goes over the size limit (e.g.
> with both Debians gcc 4.9 and 5.2 cross-compilers). Turn off LED support
> in the SPL to reduce the size just enough for those compilers.
>
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
> Tweaked commit subject to remove _SUPPORT
> Signed-off-by: Simon Glass <sjg@chromium.org>
>
> ---
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
>  configs/firefly-rk3288_defconfig | 1 -
>  1 file changed, 1 deletion(-)

Applied to u-boot-rockchip, thanks!
diff mbox

Patch

diff --git a/configs/firefly-rk3288_defconfig b/configs/firefly-rk3288_defconfig
index 2411957..5fe90b5 100644
--- a/configs/firefly-rk3288_defconfig
+++ b/configs/firefly-rk3288_defconfig
@@ -17,7 +17,6 @@  CONFIG_REGMAP=y
 CONFIG_SYSCON=y
 CONFIG_RESET=y
 CONFIG_LED=y
-CONFIG_SPL_LED=y
 CONFIG_LED_GPIO=y
 CONFIG_DEBUG_UART=y
 CONFIG_DEBUG_UART_BASE=0xff690000