Re: [yocto] [PATCH 5/6][rmc] remove kernel command line usage and blob type

2016-11-23 Thread Jianxun Zhang
> On Nov 22, 2016, at 3:49 PM, Khem Raj wrote: > > > > On 11/22/16 11:35 AM, Jianxun Zhang wrote: >> rmc works as a generic file-based solution now. There is no need >> to keep a special case for kernel command line type which was >> designed in early days. >> >> Signed-off-by: Jianxun Zhang

Re: [yocto] [PATCH 5/6][rmc] remove kernel command line usage and blob type

2016-11-22 Thread Khem Raj
On 11/22/16 11:35 AM, Jianxun Zhang wrote: > rmc works as a generic file-based solution now. There is no need > to keep a special case for kernel command line type which was > designed in early days. > > Signed-off-by: Jianxun Zhang > --- > inc/rmcl.h| 27 - > src/lib/api.

[yocto] [PATCH 5/6][rmc] remove kernel command line usage and blob type

2016-11-22 Thread Jianxun Zhang
rmc works as a generic file-based solution now. There is no need to keep a special case for kernel command line type which was designed in early days. Signed-off-by: Jianxun Zhang --- inc/rmcl.h| 27 - src/lib/api.c | 4 +- src/lib/common/rmcl.c | 32 +++