From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mx6slevk: Remove get_board_rev()
Date: Tue, 30 Dec 2014 14:37:48 +0100 [thread overview]
Message-ID: <54A2AAAC.6060603@denx.de> (raw)
In-Reply-To: <1419883544-27337-1-git-send-email-festevam@gmail.com>
On 29/12/2014 21:05, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> get_board_rev() just returns the cpu revision, which does not make it really
> useful for distinguishing between revisions of the board.
>
> Let's get rid of get_board_rev() as it is not being used with its correct
> meaning.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
> board/freescale/mx6slevk/mx6slevk.c | 5 -----
> 1 file changed, 5 deletions(-)
>
> diff --git a/board/freescale/mx6slevk/mx6slevk.c b/board/freescale/mx6slevk/mx6slevk.c
> index 3834eec..838ea6c 100644
> --- a/board/freescale/mx6slevk/mx6slevk.c
> +++ b/board/freescale/mx6slevk/mx6slevk.c
> @@ -308,11 +308,6 @@ int board_init(void)
> return 0;
> }
>
> -u32 get_board_rev(void)
> -{
> - return get_cpu_rev();
> -}
> -
> int checkboard(void)
> {
> puts("Board: MX6SLEVK\n");
>
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
prev parent reply other threads:[~2014-12-30 13:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-29 20:05 [U-Boot] [PATCH] mx6slevk: Remove get_board_rev() Fabio Estevam
2014-12-30 13:37 ` Stefano Babic [this message]
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=54A2AAAC.6060603@denx.de \
--to=sbabic@denx.de \
--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.