Re: [U-Boot] [PATCH 07/14] image: Convert the IH_... values to enums

2016-07-01 Thread Tom Rini
On Thu, Jun 30, 2016 at 10:52:13AM -0600, Simon Glass wrote: > We need to know the number of values of each category (architecture, > compression, OS and image type). To make this value easier to maintain, > convert all values to enums. The count is then automatic. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH 07/14] image: Convert the IH_... values to enums

2016-06-30 Thread Simon Glass
We need to know the number of values of each category (architecture, compression, OS and image type). To make this value easier to maintain, convert all values to enums. The count is then automatic. Signed-off-by: Simon Glass --- include/image.h | 187 ++-