diff options
author | jk.kernel@gmail.com <jk.kernel@gmail.com> | 2016-07-26 10:28:24 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-31 13:24:20 (GMT) |
commit | 1743d0bafc5ffc36ba8993badf0ba687e126e189 (patch) | |
tree | f5e541d9cd81d671f6e00b71385921b40ef28fe1 /include | |
parent | 5051a77b2dc2c8dc1f7454ed900b94d228ad4bd5 (diff) | |
download | u-boot-1743d0bafc5ffc36ba8993badf0ba687e126e189.tar.xz |
rockchip: rk3288: disable fastboot in SPL stage
Reduce compilation time for SPL.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rk3288_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <config_distro_defaults.h> #define ENV_MEM_LAYOUT_SETTINGS \ |