From 7991809c98bd53a0eda0930f71786b1884b88042 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 21 Jan 2016 19:43:49 -0700 Subject: rockchip: Disable simple-bus in SPL for firefly-rk3288, jerry This is not needed for booting, so drop it from SPL to save about 300 bytes. Signed-off-by: Simon Glass --- configs/chromebook_jerry_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/chromebook_jerry_defconfig') diff --git a/configs/chromebook_jerry_defconfig b/configs/chromebook_jerry_defconfig index a0af6ec6e5..99f6161a0f 100644 --- a/configs/chromebook_jerry_defconfig +++ b/configs/chromebook_jerry_defconfig @@ -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 -- cgit v1.2.3