commit | 250f3a64c9347db503dd65569a312766e26cacaa | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vz@mleia.com> | Mon Nov 28 00:15:29 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 02 21:32:49 2016 -0500 |
tree | 954f44739bebdc20ec34aff2b01e8f05d277b70c | |
parent | 71635bd8b42bf955f813dbff3156adee8c5523d2 [diff] |
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>