From 9079acba9f3cbcbe10df66f7162e7ae47723e70d Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Mon, 28 Nov 2016 00:15:29 +0200 Subject: sh: remove undefined DEBUG preprocessor token from board config files By default this undef is a noop, moreover at this point when the platform support is broken is prevents debugging of U-boot by manual insertion of #define DEBUG into common files, so it makes sense to remove the option from all SH boards as a harmful one. Signed-off-by: Vladimir Zapolskiy Reviewed-by: Simon Glass --- include/configs/sh7757lcr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/sh7757lcr.h') diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h index 8345e53..a5a9396 100644 --- a/include/configs/sh7757lcr.h +++ b/include/configs/sh7757lcr.h @@ -9,7 +9,6 @@ #ifndef __SH7757LCR_H #define __SH7757LCR_H -#undef DEBUG #define CONFIG_CPU_SH7757 1 #define CONFIG_SH7757LCR 1 #define CONFIG_SH7757LCR_DDR_ECC 1 -- cgit v1.1