mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 02:20:25 +00:00
2baacc75a5
Somewhere along the line, the board stopped being able to boot. Rather than just fixing the issue, let's fix the issue and migrate to binman to eliminate a warning when using custom imx tools for generating the binary. Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
23 lines
404 B
Text
23 lines
404 B
Text
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"
|
|
|
|
source "board/freescale/common/Kconfig"
|
|
|
|
endif
|