[PATCH] arm: omap3: igep0020: Add console default kernel arguments

2012-12-20 Thread Ezequiel Garcia
IGEP v2 boards has console as ttyO2,115200n8. It's better so simply set this as the default kernel argument directly in the device tree board file. Cc: Enric Balletbo i Serra Cc: Javier Martinez Canillas Signed-off-by: Ezequiel Garcia --- arch/arm/boot/dts/omap3-igep0020.dts |4 1 fil

Re: [PATCH] arm: omap3: igep0020: Add console default kernel arguments

2012-12-21 Thread Enric Balletbo Serra
Hi Ezequiel, Thanks for the patch. 2012/12/20 Ezequiel Garcia : > IGEP v2 boards has console as ttyO2,115200n8. > It's better so simply set this as the default kernel argument > directly in the device tree board file. > > Cc: Enric Balletbo i Serra > Cc: Javier Martinez Canillas > Signed-off-b

Re: [PATCH] arm: omap3: igep0020: Add console default kernel arguments

2012-12-21 Thread Javier Martinez Canillas
Hi Ezequiel, Thanks for the patch On Fri, Dec 21, 2012 at 5:02 PM, Enric Balletbo Serra wrote: > Hi Ezequiel, > > Thanks for the patch. > > 2012/12/20 Ezequiel Garcia : >> IGEP v2 boards has console as ttyO2,115200n8. >> It's better so simply set this as the default kernel argument >> directly

Re: [PATCH] arm: omap3: igep0020: Add console default kernel arguments

2012-12-22 Thread Ezequiel Garcia
Hi Enric and Javier, >> The u-boot 'bootargs' env overwrites the one from chosen ? >> > > I just tested and U-Boot 'bootargs' has precedence over DT bootargs > but I didn't find a way to append boot parameters from U-Boot. You can > either overwrite it completely or not. > Yes. That seems to be t

Re: [PATCH] arm: omap3: igep0020: Add console default kernel arguments

2012-12-23 Thread Javier Martinez Canillas
On Sat, Dec 22, 2012 at 3:17 PM, Ezequiel Garcia wrote: > Hi Enric and Javier, > >>> The u-boot 'bootargs' env overwrites the one from chosen ? >>> >> >> I just tested and U-Boot 'bootargs' has precedence over DT bootargs >> but I didn't find a way to append boot parameters from U-Boot. You can >>

Re: [PATCH] arm: omap3: igep0020: Add console default kernel arguments

2012-12-23 Thread Ezequiel Garcia
On Sun, Dec 23, 2012 at 3:22 PM, Javier Martinez Canillas wrote: > On Sat, Dec 22, 2012 at 3:17 PM, Ezequiel Garcia > wrote: >> Hi Enric and Javier, >> The u-boot 'bootargs' env overwrites the one from chosen ? >>> >>> I just tested and U-Boot 'bootargs' has precedence over DT bootargs