Re: [U-Boot] [PATCH v5 07/26] env: Add regex support to env_attrs

2015-05-23 Thread Tom Rini
On Wed, May 20, 2015 at 02:27:20PM -0500, Joe Hershberger wrote: > Allow the features that use env_attrs to specify regexs for the name > > Signed-off-by: Joe Hershberger > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

[U-Boot] [PATCH v5 07/26] env: Add regex support to env_attrs

2015-05-20 Thread Joe Hershberger
Allow the features that use env_attrs to specify regexs for the name Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: -Added description to README README | 8 + common/env_attr.c |