
7 Aug
2008
7 Aug
'08
12:22 p.m.
Mark Jackson mpfj@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=Do...
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