diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-05-02 11:55:56 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2018-05-02 11:55:57 +0200 |
commit | 74c8cb02a4a7d20961a58ff8763ee32045becccb (patch) | |
tree | fe4c91730ee928a6aa0bb42ef1e437628258c792 /include/configs/eagle.h | |
parent | 699e831e158a5846778d8bd6af054d4276277cb6 (diff) | |
download | u-boot-74c8cb02a4a7d20961a58ff8763ee32045becccb.tar.gz |
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 <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs/eagle.h')
-rw-r--r-- | include/configs/eagle.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/eagle.h b/include/configs/eagle.h index d2d46f0425..b570ef9115 100644 --- a/include/configs/eagle.h +++ b/include/configs/eagle.h @@ -10,8 +10,6 @@ #ifndef __EAGLE_H #define __EAGLE_H -#undef DEBUG - #include "rcar-gen3-common.h" /* Ethernet RAVB */ |