summaryrefslogtreecommitdiff
path: root/include/configs/r2dplus.h
diff options
context:
space:
mode:
authorVladimir Zapolskiy <vz@mleia.com>2016-11-27 22:15:29 (GMT)
committerTom Rini <trini@konsulko.com>2016-12-03 02:32:49 (GMT)
commit9079acba9f3cbcbe10df66f7162e7ae47723e70d (patch)
tree954f44739bebdc20ec34aff2b01e8f05d277b70c /include/configs/r2dplus.h
parent8371dabb5fbc1da5d823cf2905e965aa32cb31df (diff)
downloadu-boot-9079acba9f3cbcbe10df66f7162e7ae47723e70d.tar.xz
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 <vz@mleia.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/r2dplus.h')
-rw-r--r--include/configs/r2dplus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h
index 21bfe72..a0e0c1c 100644
--- a/include/configs/r2dplus.h
+++ b/include/configs/r2dplus.h
@@ -1,8 +1,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
-#undef DEBUG
-
#define CONFIG_CPU_SH7751 1
#define CONFIG_CPU_SH_TYPE_R 1
#define CONFIG_R2DPLUS 1