From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eugen.Hristev at microchip.com Date: Thu, 6 May 2021 06:36:37 +0000 Subject: [PATCH v2] arm: at91: gardena-smart-gateway-at91sam: Adjust to production values In-Reply-To: <20210415065918.24915-1-code@reto-schneider.ch> References: <20210414144929.25014-1-code@reto-schneider.ch> <20210415065918.24915-1-code@reto-schneider.ch> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/15/21 9:59 AM, Reto Schneider wrote: > From: Reto Schneider > > This commit updates the default config with the values that are actually > used "in the wild" and which are close to what is used on the MediaTek > MT7688 based, 2nd generation of the GARDENA smart gateway: > - Reduce startup time by setting bootdelay to 0 (still allows accessing > the shell, one just has to send a key press quicker) > - Adjusting U-Boot environment volume names and MTD partitions to > the actual layout > > Signed-off-by: Reto Schneider > Reviewed-by: Stefan Roese > --- > > Changes in v2: > - Generate with savedefconfig, remove double CONFIG_BOOTDELAY > > configs/gardena-smart-gateway-at91sam_defconfig | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > Applied to u-boot-atmel/next, thanks !