ARM: rmobile: Zap #undef DEBUG
The DEBUG macro is never defined unless explicitly enabled. Drop useless #undef DEBUG in the board configs so it won't spread any further. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
699e831e15
commit
74c8cb02a4
@ -10,8 +10,6 @@
|
||||
#ifndef __ALT_H
|
||||
#define __ALT_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x4f000000
|
||||
|
@ -9,7 +9,6 @@
|
||||
#ifndef __ARMADILLO_800EVA_H
|
||||
#define __ARMADILLO_800EVA_H
|
||||
|
||||
#undef DEBUG
|
||||
#define CONFIG_SH_GPIO_PFC
|
||||
|
||||
#include <asm/arch/rmobile.h>
|
||||
|
@ -10,8 +10,6 @@
|
||||
#ifndef __BLANCHE_H
|
||||
#define __BLANCHE_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
/* STACK */
|
||||
|
@ -10,8 +10,6 @@
|
||||
#ifndef __DRAAK_H
|
||||
#define __DRAAK_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* Ethernet RAVB */
|
||||
|
@ -10,8 +10,6 @@
|
||||
#ifndef __EAGLE_H
|
||||
#define __EAGLE_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* Ethernet RAVB */
|
||||
|
@ -9,8 +9,6 @@
|
||||
#ifndef __GOSE_H
|
||||
#define __GOSE_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x4f000000
|
||||
|
@ -9,8 +9,6 @@
|
||||
#ifndef __KOELSCH_H
|
||||
#define __KOELSCH_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x4f000000
|
||||
|
@ -8,8 +8,6 @@
|
||||
#ifndef __KZM9G_H
|
||||
#define __KZM9G_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#define CONFIG_SH73A0
|
||||
#define CONFIG_MACH_TYPE MACH_TYPE_KZM9G
|
||||
|
||||
|
@ -10,8 +10,6 @@
|
||||
#ifndef __LAGER_H
|
||||
#define __LAGER_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x4f000000
|
||||
|
@ -11,8 +11,6 @@
|
||||
#ifndef __PORTER_H
|
||||
#define __PORTER_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x4f000000
|
||||
|
@ -10,8 +10,6 @@
|
||||
#ifndef __SALVATOR_X_H
|
||||
#define __SALVATOR_X_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* Ethernet RAVB */
|
||||
|
@ -11,8 +11,6 @@
|
||||
#ifndef __SILK_H
|
||||
#define __SILK_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x4f000000
|
||||
|
@ -12,8 +12,6 @@
|
||||
#ifndef __STOUT_H
|
||||
#define __STOUT_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen2-common.h"
|
||||
|
||||
#define CONFIG_SYS_INIT_SP_ADDR 0x4f000000
|
||||
|
@ -10,8 +10,6 @@
|
||||
#ifndef __ULCB_H
|
||||
#define __ULCB_H
|
||||
|
||||
#undef DEBUG
|
||||
|
||||
#include "rcar-gen3-common.h"
|
||||
|
||||
/* Ethernet RAVB */
|
||||
|
Loading…
Reference in New Issue
Block a user