mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-24 19:37:25 +00:00
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>
This commit is contained in:
parent
5051a77b2d
commit
1743d0bafc
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue