commit | bfc3b29ed7d1664aaa1906d3b035728ab4eaf1d8 | [log] [tgz] |
---|---|---|
author | Inha Song <ideal.song@samsung.com> | Fri Mar 13 17:48:35 2015 +0900 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Mon Apr 06 14:19:36 2015 +0900 |
tree | c62fa476130c675643d4df66da9cf88eeefc9491 | |
parent | f87f8eedee9acc146e3b2b1394654864cdbf5b13 [diff] |
exynos5: add trace feature #ifdef in exynos5-common.h We can enable / disable trace feature from the FTRACE config options. To enable, compile U-Boot with FTRACE=1. This patch add #ifdef FTRACE in exynos5-common.h for enable/disable to use FTRACE configs instead of having to change board config files. Signed-off-by: Inha Song <ideal.song@samsung.com> Acked-by: Simon Glass <sjg@chroimum.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>