mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
This patch renames the board directory from board/freescale to board/nxp because NXP now provides Board Support Packages (BSPs) and tools for the former Freescale i.MX and other i.MX products. All relevant references have been updated accordingly. This change does not affect functionality. Signed-off-by: Alice Guo <alice.guo@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com>
19 lines
231 B
Plaintext
19 lines
231 B
Plaintext
if TARGET_MX51EVK
|
|
|
|
config SYS_BOARD
|
|
default "mx51evk"
|
|
|
|
config SYS_VENDOR
|
|
default "nxp"
|
|
|
|
config SYS_SOC
|
|
default "mx5"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "mx51evk"
|
|
|
|
config IMX_CONFIG
|
|
default "board/nxp/mx51evk/imximage.cfg"
|
|
|
|
endif
|