diff options
| author | Tom Rini <[email protected]> | 2022-03-31 08:28:43 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-31 08:28:43 -0400 |
| commit | 64b78f5721e65e96ea5a3d100d46b2e6fda722df (patch) | |
| tree | 37fd38e4ec59c6abcf1cc9c23c5bef1c09393dd4 /include | |
| parent | 0c60b657d8455784a58bfe08acff66a43dfccaad (diff) | |
| parent | 52ae8d6cc8b2f4ec53228e1d9216b5d9071cb325 (diff) | |
Merge branch '2022-03-31-critical-fixes'
- Fixes for 2 gateworks platforms, Edison platform, incorrectly showing
2 logos on LCD screens, not cleaning a generated environment file and
correct the CONFIG_SYS_IMMR Kconfig migration on a number of MPC85xx
platforms.
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8mm_venice.h | 2 | ||||
| -rw-r--r-- | include/configs/imx8mn_venice.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/imx8mm_venice.h b/include/configs/imx8mm_venice.h index d9a86a62ed0..455a8d0187d 100644 --- a/include/configs/imx8mm_venice.h +++ b/include/configs/imx8mm_venice.h @@ -83,7 +83,7 @@ /* SDRAM configuration */ #define PHYS_SDRAM 0x40000000 -#define PHYS_SDRAM_SIZE SZ_1G /* 1GB DDR */ +#define PHYS_SDRAM_SIZE SZ_4G #define CONFIG_SYS_BOOTM_LEN SZ_256M /* UART */ diff --git a/include/configs/imx8mn_venice.h b/include/configs/imx8mn_venice.h index e7bfcd70af2..401084c16b6 100644 --- a/include/configs/imx8mn_venice.h +++ b/include/configs/imx8mn_venice.h @@ -80,7 +80,7 @@ /* SDRAM configuration */ #define PHYS_SDRAM 0x40000000 -#define PHYS_SDRAM_SIZE SZ_1G +#define PHYS_SDRAM_SIZE SZ_4G #define CONFIG_SYS_BOOTM_LEN SZ_256M /* UART */ |
