~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: e11286c5c3ac00d4aa4968b64c5b46cb4d202006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if TARGET_IMX8MN_BEACON

config SYS_BOARD
	default "imx8mn"

config SYS_VENDOR
	default "beacon"

config SYS_CONFIG_NAME
	default "imx8mn_beacon"

config IMX8MN_FORCE_NOM_SOC
	bool "Force to use nominal mode for SOC and ARM"

config IMX8MN_BEACON_2GB_LPDDR
	bool "Enable 2GB LPDDR"

config IMX_CONFIG
	default "board/beacon/imx8mn/imximage-8mn-lpddr4.cfg"

endif