mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
f8e413208f
The DH electronics i.MX8M Plus DHCOM SoM currently supports only 4 GiB of DRAM population option. Add another population option with 2 GiB of DRAM. The chips used on the 2 GiB option are 2x K4F6E3S4HM-MGCJ . Signed-off-by: Marek Vasut <marex@denx.de>
13 lines
238 B
Makefile
13 lines
238 B
Makefile
#
|
|
# Copyright (C) 2022 Marek Vasut <marex@denx.de>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
ifdef CONFIG_SPL_BUILD
|
|
obj-y += spl.o lpddr4_timing_2G_32.o lpddr4_timing_4G_32.o
|
|
else
|
|
obj-y += imx8mp_dhcom_pdk2.o
|
|
endif
|
|
|
|
obj-y += common.o
|