[PATCH 05/10] ARM: socfpga: add Mercury+ AA1 extra env settings

Lothar Rubusch l.rubusch at gmail.com
Sun Oct 13 16:32:27 CEST 2024


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}
-
-/*
- * L4 OSC1 Timer 0
- */
-/* reload value when timer count to zero */
-#define TIMER_LOAD_VAL			0xFFFFFFFF
-
 /* The rest of the configuration is shared */
 #include <configs/socfpga_common.h>
+#include <config_distro_bootcmd.h>
 
 #endif	/* __CONFIG_SOCFGPA_MERCURY_AA1_H__ */
-- 
2.25.1



More information about the U-Boot mailing list