From: jk.kernel@gmail.com Date: Tue, 26 Jul 2016 10:28:24 +0000 (+0800) Subject: rockchip: rk3288: disable fastboot in SPL stage X-Git-Tag: v2016.09-rc2~154^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1743d0bafc5ffc36ba8993badf0ba687e126e189;p=platform%2Fkernel%2Fu-boot.git rockchip: rk3288: disable fastboot in SPL stage Reduce compilation time for SPL. Signed-off-by: Ziyuan Xu Acked-by: Simon Glass --- diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index be6dba0..9f2dd3f 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -81,6 +81,7 @@ #define CONFIG_SPI #define CONFIG_SF_DEFAULT_SPEED 20000000 +#ifndef CONFIG_SPL_BUILD /* usb otg */ #define CONFIG_USB_GADGET #define CONFIG_USB_GADGET_DUALSPEED @@ -107,7 +108,6 @@ #define CONFIG_CMD_GPT #define CONFIG_EFI_PARTITION -#ifndef CONFIG_SPL_BUILD #include #define ENV_MEM_LAYOUT_SETTINGS \