On 10/13/24 4:32 PM, Lothar Rubusch wrote:
Provide an initial environment for boot scripts to operate.
Signed-off-by: Andreas Buerkler <[email protected]>
Signed-off-by: Lothar Rubusch <[email protected]>
---
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.