diff options
author | Urja Rannikko <urjaman@gmail.com> | 2019-05-13 13:51:04 +0000 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-08-19 12:43:26 +0800 |
commit | a186e8aa67831b690b922243a4614e956eafb370 (patch) | |
tree | 5071c6f0ada874330438f4dfe534604e99fe717f /include/configs/rk3036_common.h | |
parent | 64df512e151fd10c5e5da6ab50f1bfeeec4476d4 (diff) | |
download | u-boot-a186e8aa67831b690b922243a4614e956eafb370.tar.gz |
configs: Move CONFIG_CMD_USB_MASS_STORAGE properly into Kconfig
This affects RK3036, RK322X and RK3288 - the defconfig changes done by
moveconfig.py for the veyrons were left out on purpose because they dont
have an OTG port, and will get their config updated in the next commit.
Signed-off-by: Urja Rannikko <urjaman@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'include/configs/rk3036_common.h')
-rw-r--r-- | include/configs/rk3036_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 8fe2dbcb57..66331a1376 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -29,12 +29,7 @@ #define SDRAM_MAX_SIZE (CONFIG_NR_DRAM_BANKS * SDRAM_BANK_SIZE) #ifndef CONFIG_SPL_BUILD -/* usb otg */ -/* usb mass storage */ -#define CONFIG_CMD_USB_MASS_STORAGE - -/* usb host */ #define ENV_MEM_LAYOUT_SETTINGS \ "scriptaddr=0x60000000\0" \ "pxefile_addr_r=0x60100000\0" \ |