diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-25 17:50:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-01 16:18:21 -0400 |
commit | 48f6232e5897ff1002f2a5a929425da1968ac487 (patch) | |
tree | 28cf85bbf9e2e1306f75e5eac73d3840455c6288 /include/configs/sunxi-common.h | |
parent | ecad7051b07b11fb17196ce45ed0cbe2f1c3234e (diff) | |
download | u-boot-48f6232e5897ff1002f2a5a929425da1968ac487.tar.gz |
Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs
- Move ANDROID_IMAGE_SUPPORT to top level Kconfig under images as it's
not strictly part of fastboot.
- Add some defaults for the fastboot buffer location and size
- Migrate all options listed in cmd/fastboot/Kconfig
- Cleanup the README
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r-- | include/configs/sunxi-common.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 5f4f57004a..7a22ef6a2d 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -311,23 +311,9 @@ extern int soft_i2c_gpio_scl; #endif #ifdef CONFIG_USB_MUSB_GADGET -#define CONFIG_USB_FUNCTION_FASTBOOT #define CONFIG_USB_FUNCTION_MASS_STORAGE #endif -#ifdef CONFIG_USB_FUNCTION_FASTBOOT -#define CONFIG_CMD_FASTBOOT -#define CONFIG_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR -#define CONFIG_FASTBOOT_BUF_SIZE 0x2000000 -#define CONFIG_ANDROID_BOOT_IMAGE - -#define CONFIG_FASTBOOT_FLASH - -#ifdef CONFIG_MMC -#define CONFIG_FASTBOOT_FLASH_MMC_DEV 0 -#endif -#endif - #ifdef CONFIG_USB_FUNCTION_MASS_STORAGE #endif |