All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <fabio.estevam@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/8] mx53ard: Convert to generic board
Date: Tue, 22 Apr 2014 15:34:56 -0300	[thread overview]
Message-ID: <1398191700-16425-4-git-send-email-fabio.estevam@freescale.com> (raw)
In-Reply-To: <1398191700-16425-1-git-send-email-fabio.estevam@freescale.com>

Enable CONFIG_SYS_GENERIC_BOARD, so that we get rid of the following warning on
boot:

"Warning: Your board does not use generic board. Please read                     
doc/README.generic-board and take action. Boards not                            
upgraded by the late 2014 may break or be removed."

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53ard.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h
index 797a637..134d680 100644
--- a/include/configs/mx53ard.h
+++ b/include/configs/mx53ard.h
@@ -23,6 +23,8 @@
 #define CONFIG_INITRD_TAG
 #define CONFIG_REVISION_TAG
 
+#define CONFIG_SYS_GENERIC_BOARD
+
 /* Size of malloc() pool */
 #define CONFIG_SYS_MALLOC_LEN		(CONFIG_ENV_SIZE + 2 * 1024 * 1024)
 
-- 
1.8.3.2

  parent reply	other threads:[~2014-04-22 18:34 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-22 18:34 [U-Boot] [PATCH 1/8] wandboard: Convert to generic board Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 2/8] mx53loco: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 3/8] mx6sabre_common: " Fabio Estevam
2014-04-22 18:34 ` Fabio Estevam [this message]
2014-04-22 18:34 ` [U-Boot] [PATCH 5/8] mx53smd: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 6/8] mx53evk: " Fabio Estevam
2014-04-22 18:34 ` [U-Boot] [PATCH 7/8] udoo: " Fabio Estevam
2014-04-22 18:35 ` [U-Boot] [PATCH 8/8] hummingboard: " Fabio Estevam
2014-04-25 13:53 ` [U-Boot] [PATCH 1/8] wandboard: " Stefano Babic
2014-04-28  8:57 ` Stefano Babic
2014-04-29 15:02   ` Fabio Estevam
2014-04-29 15:43     ` 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=1398191700-16425-4-git-send-email-fabio.estevam@freescale.com \
    --to=fabio.estevam@freescale.com \
    --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.