[U-Boot] [u-boot-release] [PATCH 7/7] powerpc/8xxx: Add support for interactive DDR programming interface
Tabi Timur-B04825
B04825 at freescale.com
Thu Aug 11 03:29:49 CEST 2011
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?
More information about the U-Boot
mailing list