From mboxrd@z Thu Jan 1 00:00:00 1970 From: Purna Chandra Mandal Date: Thu, 14 Jan 2016 12:10:15 +0530 Subject: [U-Boot] [PATCH v3 09/14] board: Add Microchip PIC32MZ[DA]-Starter-Kit board. In-Reply-To: <20160113145610.GI3359@bill-the-cat> References: <1452593909-16184-1-git-send-email-purna.mandal@microchip.com> <1452593909-16184-10-git-send-email-purna.mandal@microchip.com> <20160113145610.GI3359@bill-the-cat> Message-ID: <569742CF.1020909@microchip.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > [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.