Hi Anatolij,

On Sat, Oct 15, 2011 at 7:00 PM, Anatolij Gustschin <ag...@denx.de> wrote:
> Cleanup board config file and fix issues reported by
> checkpatch.pl script.
>
> Signed-off-by: Anatolij Gustschin <ag...@denx.de>
> Cc: Stefano Babic <sba...@denx.de>
> ---
>  include/configs/imx31_phycore.h |  112 
> +++++++++++++++++++++++----------------
>  1 files changed, 67 insertions(+), 45 deletions(-)
>
> diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h
> index 48bd50b..f8cc5ec 100644
> --- a/include/configs/imx31_phycore.h
> +++ b/include/configs/imx31_phycore.h
> @@ -30,7 +30,7 @@
>
>  #include <asm/arch/imx-regs.h>
>
> - /* High Level Configuration Options */
> +/* High Level Configuration Options */
>  #define CONFIG_ARM1136         1    /* This is an arm1136 CPU core */
>  #define CONFIG_MX31            1    /* in a mx31 */

While you are at it, maybe it is also a good idea to change:

#define ABCD 1

to

#define ABCD

(ie, remove the "1")

that appears several times in this file.

Regards,

Fabio Estevam
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to