Re: [U-Boot] [PATCH v10 08/12] dm: exynos: Move s5p_goni to generic board

2014-10-22 Thread Simon Glass
On 20 October 2014 19:48, Simon Glass wrote: > The generic board deadline is approaching, and we need this feature to > enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni. > > Signed-off-by: Simon Glass > --- > > Changes in v10: None Applied to u-boot-dm/master. __

[U-Boot] [PATCH v10 08/12] dm: exynos: Move s5p_goni to generic board

2014-10-20 Thread Simon Glass
The generic board deadline is approaching, and we need this feature to enable driver model. Enable CONFIG_SYS_GENERIC_BOARD for s5p_goni. Signed-off-by: Simon Glass --- Changes in v10: None Changes in v9: None Changes in v8: - Add new patch to move s5p_goni to generic board Changes in v7: None