diff options
author | Tom Rini | 2017-08-25 17:50:27 -0400 |
---|---|---|
committer | Tom Rini | 2017-09-01 16:18:21 -0400 |
commit | 48f6232e5897ff1002f2a5a929425da1968ac487 (patch) | |
tree | 28cf85bbf9e2e1306f75e5eac73d3840455c6288 /configs/am335x_boneblack_defconfig | |
parent | ecad7051b07b11fb17196ce45ed0cbe2f1c3234e (diff) |
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 'configs/am335x_boneblack_defconfig')
-rw-r--r-- | configs/am335x_boneblack_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/am335x_boneblack_defconfig b/configs/am335x_boneblack_defconfig index 42d49e52bcb..b8526fc15ed 100644 --- a/configs/am335x_boneblack_defconfig +++ b/configs/am335x_boneblack_defconfig @@ -19,8 +19,6 @@ CONFIG_AUTOBOOT_DELAY_STR="d" CONFIG_AUTOBOOT_STOP_STR=" " CONFIG_FASTBOOT=y CONFIG_USB_FUNCTION_FASTBOOT=y -CONFIG_FASTBOOT_BUF_ADDR=0x81000000 -CONFIG_FASTBOOT_BUF_SIZE=0x07000000 # CONFIG_CMD_IMLS is not set CONFIG_CMD_SPL=y # CONFIG_CMD_FLASH is not set |