Re: [U-Boot] [PATCH 08/14] image: Create a table of information for each category

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:14AM -0600, Simon Glass wrote: > Add a table that contains the category name, the number of items in each > category and a pointer to the table of items. This will allow us to use > generic code to deal with the categories. > > Signed-off-by: Simon Glass Reviewed-b

[U-Boot] [PATCH 08/14] image: Create a table of information for each category

2016-06-30 Thread Simon Glass
Add a table that contains the category name, the number of items in each category and a pointer to the table of items. This will allow us to use generic code to deal with the categories. Signed-off-by: Simon Glass --- common/image.c | 13 + include/image.h | 9 + 2 files c