]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: Disable simple-bus in SPL for firefly-rk3288, jerry
authorSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 02:43:49 +0000 (19:43 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 22 Jan 2016 03:42:35 +0000 (20:42 -0700)
This is not needed for booting, so drop it from SPL to save about 300 bytes.

Signed-off-by: Simon Glass <sjg@chromium.org>
configs/chromebook_jerry_defconfig
configs/firefly-rk3288_defconfig

index a0af6ec6e5d621823a983f40331d2da12926171e..99f6161a0f182dcc139298790b0d3e1844e0f392 100644 (file)
@@ -17,6 +17,7 @@ CONFIG_REGMAP=y
 CONFIG_SPL_REGMAP=y
 CONFIG_SYSCON=y
 CONFIG_SPL_SYSCON=y
+# CONFIG_SPL_SIMPLE_BUS is not set
 CONFIG_CLK=y
 CONFIG_SPL_CLK=y
 CONFIG_ROCKCHIP_GPIO=y
index 7d8ca6c0efe247494f060ec89477074750a07467..d8db5329c1328febd0c718e286b514e2baea98d5 100644 (file)
@@ -17,6 +17,7 @@ CONFIG_REGMAP=y
 CONFIG_SPL_REGMAP=y
 CONFIG_SYSCON=y
 CONFIG_SPL_SYSCON=y
+# CONFIG_SPL_SIMPLE_BUS is not set
 CONFIG_CLK=y
 CONFIG_SPL_CLK=y
 CONFIG_ROCKCHIP_GPIO=y