From 74c8cb02a4a7d20961a58ff8763ee32045becccb Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Wed, 2 May 2018 11:55:56 +0200 Subject: 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 Cc: Nobuhiro Iwamatsu --- include/configs/gose.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/gose.h') diff --git a/include/configs/gose.h b/include/configs/gose.h index 5b3dce87e2..3c5c00ae6b 100644 --- a/include/configs/gose.h +++ b/include/configs/gose.h @@ -9,8 +9,6 @@ #ifndef __GOSE_H #define __GOSE_H -#undef DEBUG - #include "rcar-gen2-common.h" #define CONFIG_SYS_INIT_SP_ADDR 0x4f000000 -- cgit v1.2.1