Re: [PATCH 3/3] configs: mt8516: use bootcmd from config_distro_bootcmd.h

2021-03-20 Thread Tom Rini
On Mon, Feb 15, 2021 at 07:07:46PM +0100, Fabien Parent wrote: > Instead of redefining our own way to boot, let's just use > config_distro_bootcmd.h. > > Signed-off-by: Fabien Parent Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 3/3] configs: mt8516: use bootcmd from config_distro_bootcmd.h

2021-02-15 Thread Fabien Parent
Instead of redefining our own way to boot, let's just use config_distro_bootcmd.h. Signed-off-by: Fabien Parent --- include/configs/mt8516.h | 20 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/include/configs/mt8516.h b/include/configs/mt8516.h index e809a9c