* [U-Boot-Users] [PATCH] 8610: Fix lingering compile warnings.
@ 2008-01-04 18:11 Jon Loeliger
2008-01-05 2:49 ` Timur Tabi
0 siblings, 1 reply; 2+ messages in thread
From: Jon Loeliger @ 2008-01-04 18:11 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [PATCH] 8610: Fix lingering compile warnings.
2008-01-04 18:11 [U-Boot-Users] [PATCH] 8610: Fix lingering compile warnings Jon Loeliger
@ 2008-01-05 2:49 ` Timur Tabi
0 siblings, 0 replies; 2+ messages in thread
From: Timur Tabi @ 2008-01-05 2:49 UTC (permalink / raw)
To: u-boot
Jon Loeliger wrote:
> 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
I think we should also remove every "#undef DEBUG" in all of the board header
files we control. What do you think?
--
Timur Tabi
Linux Kernel Developer @ Freescale
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-05 2:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-04 18:11 [U-Boot-Users] [PATCH] 8610: Fix lingering compile warnings Jon Loeliger
2008-01-05 2:49 ` Timur Tabi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox