mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-24 04:59:57 +01:00
This adds support for Microchip PIC32MZ[DA] StarterKit board based on a PIC32MZ[DA] family of microcontroller. Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
13 lines
156 B
Text
13 lines
156 B
Text
|
|
if TARGET_PIC32MZDASK
|
|
|
|
config SYS_BOARD
|
|
default "pic32mzda"
|
|
|
|
config SYS_VENDOR
|
|
default "microchip"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "pic32mzdask"
|
|
|
|
endif
|