
On 01/13/2016 08:26 PM, Tom Rini wrote:
On Tue, Jan 12, 2016 at 03:48:24PM +0530, Purna Chandra Mandal wrote:
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
[snip]
diff --git a/configs/pic32mzdask_defconfig b/configs/pic32mzdask_defconfig new file mode 100644 index 0000000..3483eb0 --- /dev/null +++ b/configs/pic32mzdask_defconfig @@ -0,0 +1,416 @@ +# +# Automatically generated file; DO NOT EDIT. +# U-Boot 2016.01-rc3 Configuration
Please use 'make savedefconfig' to generate this file instead, it will be much smaller (and this is also what you do with the linux kernel).
ack. Will do.
+++ b/include/configs/pic32mzdask.h
[snip]
+#define CONFIG_SYS_BAUDRATE_TABLE {9600, 19200, 38400, 57600, 115200}
I think you can use the default here.
ack. Will drop this to use fallback one.