Commit 901f923733812c452039a8485b1a06028600ab3a

Authored by Eric Lee
1 parent d37704c6b2
Exists in emb_lf_v2022.04

Fix pitx-mx8m-plus 6GB LPDDR4 typo

Showing 2 changed files with 1 additions and 9 deletions Side-by-side Diff

drivers/video/u_boot_logo.S
1   -.section .rodata.splash.init,"a"
2   -.balign 16
3   -.global __splash_u_boot_logo_begin
4   -__splash_u_boot_logo_begin:
5   -.incbin "drivers/video/u_boot_logo.bmp"
6   -__splash_u_boot_logo_end:
7   -.global __splash_u_boot_logo_end
8   -.balign 16
include/configs/pitximx8mp.h
... ... @@ -250,7 +250,7 @@
250 250 #define PHYS_SDRAM_SIZE 0x80000000 /* 2 GB */
251 251 #elif defined (CONFIG_4GB_LPDDR4)
252 252 #define PHYS_SDRAM_SIZE 0xc0000000 /* 3 GB */
253   -#elif defined (CONFIG_6GB_LPDDR4
  253 +#elif defined (CONFIG_6GB_LPDDR4)
254 254 #define PHYS_SDRAM_SIZE 0xc0000000 /* 3 GB */
255 255 #else
256 256 #error "Undefined memory device"