Re: [U-Boot] [PATCH 1/2] board: amcore: update to use dm serial driver

2016-05-18 Thread Simon Glass
On 15 May 2016 at 15:03, Angelo Dureghello wrote: > Update amcore board to use dm serial driver. > > Signed-off-by: Angelo Dureghello > --- > board/sysam/amcore/amcore.c | 15 ++- > configs/amcore_defconfig| 4 > 2 files changed, 18 insertions(+), 1 deletion(-) Reviewed-by

[U-Boot] [PATCH 1/2] board: amcore: update to use dm serial driver

2016-05-15 Thread Angelo Dureghello
Update amcore board to use dm serial driver. Signed-off-by: Angelo Dureghello --- board/sysam/amcore/amcore.c | 15 ++- configs/amcore_defconfig| 4 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/board/sysam/amcore/amcore.c b/board/sysam/amcore/amcore.c inde