Message ID | 20180227214504.32572-3-semen.protsenko@linaro.org |
---|---|
State | Accepted |
Commit | 79717c8047cfe9a6a4c06ee839ef5f94c0fb5406 |
Headers | show |
Series | am335x_boneblack: Enable fastboot flash support | expand |
On Tue, 27 Feb 2018 23:45:04 +0200 Sam Protsenko <semen.protsenko@linaro.org> wrote: > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > --- > configs/am335x_boneblack_defconfig | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configs/am335x_boneblack_defconfig > b/configs/am335x_boneblack_defconfig index ed430e7130..f45e40956c > 100644 --- a/configs/am335x_boneblack_defconfig > +++ b/configs/am335x_boneblack_defconfig > @@ -17,6 +17,8 @@ CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort > autoboot in %d seconds\n" CONFIG_AUTOBOOT_DELAY_STR="d" > CONFIG_AUTOBOOT_STOP_STR=" " > CONFIG_FASTBOOT=y > +CONFIG_FASTBOOT_FLASH=y > +CONFIG_FASTBOOT_FLASH_MMC_DEV=1 > CONFIG_CMD_SPL=y > # CONFIG_CMD_FLASH is not set > # CONFIG_CMD_SETEXPR is not set Acked-by: Lukasz Majewski <lukma@denx.de> Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
On Tue, Feb 27, 2018 at 11:45:04PM +0200, Sam Protsenko wrote: > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com> -- Tom
On Tue, Feb 27, 2018 at 11:45:04PM +0200, Sam Protsenko wrote: > Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> > Acked-by: Lukasz Majewski <lukma@denx.de> > Reviewed-by: Tom Rini <trini@konsulko.com> Applied to u-boot/master, thanks! -- Tom
diff --git a/configs/am335x_boneblack_defconfig b/configs/am335x_boneblack_defconfig index ed430e7130..f45e40956c 100644 --- a/configs/am335x_boneblack_defconfig +++ b/configs/am335x_boneblack_defconfig @@ -17,6 +17,8 @@ CONFIG_AUTOBOOT_PROMPT="Press SPACE to abort autoboot in %d seconds\n" CONFIG_AUTOBOOT_DELAY_STR="d" CONFIG_AUTOBOOT_STOP_STR=" " CONFIG_FASTBOOT=y +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=1 CONFIG_CMD_SPL=y # CONFIG_CMD_FLASH is not set # CONFIG_CMD_SETEXPR is not set
Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> --- configs/am335x_boneblack_defconfig | 2 ++ 1 file changed, 2 insertions(+)