summaryrefslogtreecommitdiff
path: root/include/configs/rk3288_common.h
diff options
context:
space:
mode:
authorjk.kernel@gmail.com <jk.kernel@gmail.com>2016-07-26 18:28:24 +0800
committerSimon Glass <sjg@chromium.org>2016-07-31 07:24:20 -0600
commit1743d0bafc5ffc36ba8993badf0ba687e126e189 (patch)
treef5e541d9cd81d671f6e00b71385921b40ef28fe1 /include/configs/rk3288_common.h
parent5051a77b2dc2c8dc1f7454ed900b94d228ad4bd5 (diff)
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/configs/rk3288_common.h')
-rw-r--r--include/configs/rk3288_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h
index be6dba0ad2..9f2dd3fea3 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 \