Re: [U-Boot] [PATCH v10 07/12] dm: exynos: Move smdkc100 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 smdkc100. > > Signed-off-by: Simon Glass > --- > > Changes in v10: None Applied to u-boot-dm/master. __

[U-Boot] [PATCH v10 07/12] dm: exynos: Move smdkc100 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 smdkc100. Signed-off-by: Simon Glass --- Changes in v10: None Changes in v9: None Changes in v8: - Add new patch to move smdkc100 to generic board Changes in v7: None