York Sun wrote:
> +/* Option parameter Structures */
> +typedef struct {
> +     const char *option_name;
> +     size_t offset;
> +     unsigned int size;
> +     const char printHex;
> +} options_strings_t;

Does it make sense for only printHex (which should be "print_hex") and 
option_name to be const, but nothing else?
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to