[PATCH 04/13] [cleanup]configs: tqma6.h: remove unused define for PHYS_SDRAM_SIZE
Max Merchel
Max.Merchel at ew.tq-group.com
Thu Mar 12 10:57:00 CET 2026
The definition of PHYS_SDRAM_SIZE is not used and will therefore be
removed.
Signed-off-by: Max Merchel <Max.Merchel at ew.tq-group.com>
---
include/configs/tqma6.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h
index 5e89cd6937a..7c59b722e2f 100644
--- a/include/configs/tqma6.h
+++ b/include/configs/tqma6.h
@@ -16,14 +16,6 @@
#include "mx6_common.h"
-#if defined(CONFIG_TQMA6S)
-#define PHYS_SDRAM_SIZE (512u * SZ_1M)
-#elif defined(CONFIG_TQMA6DL)
-#define PHYS_SDRAM_SIZE (SZ_1G)
-#elif defined(CONFIG_TQMA6Q)
-#define PHYS_SDRAM_SIZE (SZ_1G)
-#endif
-
/* SPI Flash */
#define TQMA6_SPI_FLASH_SECTOR_SIZE SZ_64K
--
2.43.0
More information about the U-Boot
mailing list