Re: [U-Boot] [PATCH] nios2: enable Driver Model

2015-09-07 Thread Thomas Chou
On 09/07/2015 10:49 AM, Thomas Chou wrote: Enable the Driver Model config. The driver subsystems are not enabled until we enable each of them. Signed-off-by: Thomas Chou --- configs/nios2-generic_defconfig | 2 ++ 1 file changed, 2 insertions(+) Applied to

Re: [U-Boot] [PATCH] nios2: enable Driver Model

2015-09-07 Thread Marek Vasut
On Monday, September 07, 2015 at 04:49:20 AM, Thomas Chou wrote: > Enable the Driver Model config. The driver subsystems > are not enabled until we enable each of them. > > Signed-off-by: Thomas Chou Cool, let's do this :) Acked-by: Marek Vasut Best

[U-Boot] [PATCH] nios2: enable Driver Model

2015-09-06 Thread Thomas Chou
Enable the Driver Model config. The driver subsystems are not enabled until we enable each of them. Signed-off-by: Thomas Chou --- configs/nios2-generic_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/nios2-generic_defconfig