diff options
author | Vladimir Zapolskiy <vz@mleia.com> | 2016-11-28 00:15:29 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-12-02 21:32:49 -0500 |
commit | 9079acba9f3cbcbe10df66f7162e7ae47723e70d (patch) | |
tree | 954f44739bebdc20ec34aff2b01e8f05d277b70c /include/configs/r7780mp.h | |
parent | 8371dabb5fbc1da5d823cf2905e965aa32cb31df (diff) | |
download | u-boot-imx-9079acba9f3cbcbe10df66f7162e7ae47723e70d.zip u-boot-imx-9079acba9f3cbcbe10df66f7162e7ae47723e70d.tar.gz u-boot-imx-9079acba9f3cbcbe10df66f7162e7ae47723e70d.tar.bz2 |
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/r7780mp.h')
-rw-r--r-- | include/configs/r7780mp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 42d5135..9812bc8 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -10,7 +10,6 @@ #ifndef __R7780RP_H #define __R7780RP_H -#undef DEBUG #define CONFIG_CPU_SH7780 1 #define CONFIG_R7780MP 1 #define CONFIG_SYS_R7780MP_OLD_FLASH 1 |