diff options
| author | Max Merchel <[email protected]> | 2026-03-23 14:47:32 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2026-04-02 09:05:46 -0300 |
| commit | 6c591676a93019ef663492f388991e21efd41ae2 (patch) | |
| tree | f7a17e5bd3507968cb5d0eedf53c8210c8534b2d /include/configs | |
| parent | de27ed88b32ff050b9e8e113d5474042f25efb3d (diff) | |
configs: tqma6.h: remove unused define for PHYS_SDRAM_SIZE
Remove the definition of PHYS_SDRAM_SIZE as it is not used.
Signed-off-by: Max Merchel <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/tqma6.h | 8 |
1 files changed, 0 insertions, 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 |
