Skip to content

Commit 4bba340

Browse files
angoliniMrCry0
authored andcommitted
Revert "[FIO fromtree] imx8m: drivers/ddr: Change padding of DDR4 and LPDDR4 DMEM firmware"
This reverts commit 8a53b68. Reverting because this change in padding prevents imx93/i.MX 93 EVK board to boot by not loading all the needed firmwares. Signed-off-by: Daiane Angolini <[email protected]>
1 parent af3ce62 commit 4bba340

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/ddr/imx/phy/helper.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
DECLARE_GLOBAL_DATA_PTR;
1818

1919
#define IMEM_LEN 32768 /* byte */
20-
#define DMEM_LEN 4096 /* byte */
21-
#define IMEM_2D_OFFSET 36864
20+
#define DMEM_LEN 16384 /* byte */
21+
#define IMEM_2D_OFFSET 49152
2222

2323
#define IMEM_OFFSET_ADDR 0x00050000
2424
#define DMEM_OFFSET_ADDR 0x00054000

0 commit comments

Comments
 (0)