From: Igor Grinberg <grinberg@compulab.co.il>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/3] arm: mx6: cm-fx6: print PCB revision
Date: Sun, 30 Aug 2015 16:33:38 +0300 [thread overview]
Message-ID: <55E30632.1010904@compulab.co.il> (raw)
In-Reply-To: <1440938209-1731-3-git-send-email-nikita@compulab.co.il>
On 08/30/15 15:36, Nikita Kiryanov wrote:
> Print board revision for cm-fx6.
>
> Cc: Stefano Babic <sbabic@denx.de>
> Cc: Igor Grinberg <grinberg@compulab.co.il>
> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
> ---
> board/compulab/cm_fx6/cm_fx6.c | 7 +++++++
> include/configs/cm_fx6.h | 1 +
> 2 files changed, 8 insertions(+)
>
> diff --git a/board/compulab/cm_fx6/cm_fx6.c b/board/compulab/cm_fx6/cm_fx6.c
> index 668d221..3ad1216 100644
> --- a/board/compulab/cm_fx6/cm_fx6.c
> +++ b/board/compulab/cm_fx6/cm_fx6.c
> @@ -645,6 +645,13 @@ int checkboard(void)
> return 0;
> }
>
> +int misc_init_r(void)
> +{
> + cl_print_pcb_info();
> +
> + return 0;
> +}
> +
> void dram_init_banksize(void)
> {
> gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
> diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h
> index ddf6b5f..12734a1 100644
> --- a/include/configs/cm_fx6.h
> +++ b/include/configs/cm_fx6.h
> @@ -224,6 +224,7 @@
> #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
> #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 800 /* 400 KB */
> #define CONFIG_OF_BOARD_SETUP
> +#define CONFIG_MISC_INIT_R
>
> /* SPL */
> #include "imx6_spl.h"
>
--
Regards,
Igor.
next prev parent reply other threads:[~2015-08-30 13:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-30 12:36 [U-Boot] [PATCH 0/3] cm-fx6 maintenance Nikita Kiryanov
2015-08-30 12:36 ` [U-Boot] [PATCH 1/3] arm: mx6: cm-fx6: force host mode on usb controller Nikita Kiryanov
2015-08-30 13:33 ` Igor Grinberg
2015-08-30 12:36 ` [U-Boot] [PATCH 2/3] arm: mx6: cm-fx6: print PCB revision Nikita Kiryanov
2015-08-30 13:33 ` Igor Grinberg [this message]
2015-08-30 12:36 ` [U-Boot] [PATCH 3/3] arm: mx6: cm-fx6: switch to usb kbd polling via int queue Nikita Kiryanov
2015-08-30 13:34 ` Igor Grinberg
2015-08-31 16:29 ` [U-Boot] [PATCH 0/3] cm-fx6 maintenance Stefano Babic
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55E30632.1010904@compulab.co.il \
--to=grinberg@compulab.co.il \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.