[PATCH 05/10] ARM: socfpga: add Mercury+ AA1 extra env settings
Marek Vasut
marex at denx.de
Mon Oct 14 19:52:37 CEST 2024
On 10/13/24 4:32 PM, Lothar Rubusch wrote:
> Provide an initial environment for boot scripts to operate.
>
> Signed-off-by: Andreas Buerkler <andreas.buerkler at enclustra.com>
> Signed-off-by: Lothar Rubusch <l.rubusch at gmail.com>
> ---
> include/configs/socfpga_mercury_aa1.h | 12 +-----------
> 1 file changed, 1 insertion(+), 11 deletions(-)
>
> diff --git a/include/configs/socfpga_mercury_aa1.h b/include/configs/socfpga_mercury_aa1.h
> index a5b63336e8..d9d169f6dd 100644
> --- a/include/configs/socfpga_mercury_aa1.h
> +++ b/include/configs/socfpga_mercury_aa1.h
> @@ -16,18 +16,8 @@
> /* Memory configurations */
> #define PHYS_SDRAM_1_SIZE 0x80000000
>
> -/*
> - * Serial / UART configurations
> - */
> -#define CFG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200}
This was added in 2/10 and now it is removed here, please only add code
once and don't add code only to remove it later.
More information about the U-Boot
mailing list