Re: [U-Boot] [PATCH 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial

2015-01-26 Thread Simon Glass
Hi Stefan, On 26 January 2015 at 02:35, Stefan Roese s...@denx.de wrote: On 26.01.2015 10:23, Stefan Roese wrote: diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index 0fc6877..cbc5ff9 100644 --- a/board/amcc/canyonlands/Kconfig +++

Re: [U-Boot] [PATCH 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial

2015-01-26 Thread Stefan Roese
Hi Simon, On 26.01.2015 14:33, Simon Glass wrote: Hmmm. This does not seem to work. With your patch series applied on current top-of-tree I get this error (for glacier_ramboot or canyonlands): $ make -s -j10 board/amcc/canyonlands/Kconfig:38:warning: config symbol defined without type

Re: [U-Boot] [PATCH 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial

2015-01-26 Thread Stefan Roese
On 26.01.2015 10:23, Stefan Roese wrote: diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index 0fc6877..cbc5ff9 100644 --- a/board/amcc/canyonlands/Kconfig +++ b/board/amcc/canyonlands/Kconfig @@ -29,4 +29,13 @@ config ARCHES endchoice +config DM + default

Re: [U-Boot] [PATCH 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial

2015-01-26 Thread Stefan Roese
Hi Simon, finally I'm testing your patchset. Again sorry for the big delay here. On 15.12.2014 15:19, Simon Glass wrote: Adjust Kconfig to default to driver model for glacier, canyonlands and arches. Signed-off-by: Simon Glass s...@chromium.org --- board/amcc/canyonlands/Kconfig | 9

[U-Boot] [PATCH 15/19] dm: powerpc: ppc4xx: Move glacier to use driver model for serial

2014-12-15 Thread Simon Glass
Adjust Kconfig to default to driver model for glacier, canyonlands and arches. Signed-off-by: Simon Glass s...@chromium.org --- board/amcc/canyonlands/Kconfig | 9 + 1 file changed, 9 insertions(+) diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig index