Commit d37704c6b2b2ea9253773a888804eebc5ea4b2c7

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

Fix smarc-imx8mp 6GB LPDDR4 typo

Showing 2 changed files with 9 additions and 1 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/smarcimx8mp.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"