From: Jon Loeliger <jdl@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] 8610: Fix lingering compile warnings.
Date: Fri, 04 Jan 2008 12:11:13 -0600 [thread overview]
Message-ID: <1199470273.3133.11.camel@ld0161-tx32> (raw)
Turn off DEBUG.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
---
board/freescale/mpc8610hpcd/mpc8610hpcd.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/board/freescale/mpc8610hpcd/mpc8610hpcd.c b/board/freescale/mpc8610hpcd/mpc8610hpcd.c
index 617881a..9f32890 100644
--- a/board/freescale/mpc8610hpcd/mpc8610hpcd.c
+++ b/board/freescale/mpc8610hpcd/mpc8610hpcd.c
@@ -19,13 +19,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*/
-#define DEBUG
+
#include <common.h>
#include <command.h>
#include <pci.h>
#include <asm/processor.h>
#include <asm/immap_86xx.h>
#include <asm/immap_fsl_pci.h>
+#include <i2c.h>
#include <spd.h>
#include <asm/io.h>
@@ -47,6 +48,8 @@ extern void ddr_enable_ecc(unsigned int dram_size);
void sdram_init(void);
long int fixed_sdram(void);
+void mpc8610hpcd_diu_init(void);
+
/* called before any console output */
int board_early_init_f(void)
--
1.5.2.1.126.g6abd0
next reply other threads:[~2008-01-04 18:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-04 18:11 Jon Loeliger [this message]
2008-01-05 2:49 ` [U-Boot-Users] [PATCH] 8610: Fix lingering compile warnings Timur Tabi
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=1199470273.3133.11.camel@ld0161-tx32 \
--to=jdl@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox