[U-Boot-Users] [PATCH v4] Add MIMC200 board

Haavard Skinnemoen haavard.skinnemoen at atmel.com
Thu Aug 7 12:22:24 CEST 2008


Mark Jackson <mpfj at mimc.co.uk> wrote:
> The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra 8MByte FLASH and 128KByte FRAM.

Looks good to me. If you add a signed-off-by line as per

http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/SubmittingPatches

I'll apply this patch and push it upstream during the next merge
window. No need to resend the whole thing -- just send me the
signed-off-by line if you're okay with what it means, and I'll add it
to the patch.

> +	/* are we suppressing the console ? */
> +	if (gpio_get_value(GPIO_PIN_PE21) == 1)
> +	{
> +		gd->flags |= GD_FLG_SILENT;
> +	}

I'll remove these braces too.

Thanks,

Haavard




More information about the U-Boot mailing list