From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tabi Timur-B04825 Date: Thu, 11 Aug 2011 01:29:49 +0000 Subject: [U-Boot] [u-boot-release] [PATCH 7/7] powerpc/8xxx: Add support for interactive DDR programming interface In-Reply-To: <1312923045-2612-7-git-send-email-yorksun@freescale.com> References: <1312923045-2612-1-git-send-email-yorksun@freescale.com> <1312923045-2612-7-git-send-email-yorksun@freescale.com> Message-ID: <4E43308C.4090608@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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?