Re: [U-Boot] [PATCH v5 24/26] test: env: Add test for verifying env attrs

2015-05-23 Thread Tom Rini
On Wed, May 20, 2015 at 02:27:37PM -0500, Joe Hershberger wrote: > Add a test of the env_attr_lookup() function. > > 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 24/26] test: env: Add test for verifying env attrs

2015-05-20 Thread Joe Hershberger
Add a test of the env_attr_lookup() function. Signed-off-by: Joe Hershberger Reviewed-by: Simon Glass --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: -New for version 2 test/env/Makefile | 1 + test/env/attr.c | 62