On Thu, Jan 17, 2013 at 6:45 PM, Shawn Guo [off-list ref] wrote:
Instead of giving zero support of uncompress debug for multiplatform
build, the patch turns uncompress debug into one part of DEBUG_LL
support. When DEBUG_LL is turned on for a particular platform,
uncompress debug works too for that platform.
It reuses the platform DEBUG_LL macros by creating a simple
arch/arm/boot/compressed/debug.S with CONFIG_DEBUG_LL_INCLUDE
included there, and implements a generic putc() using those macros.
Signed-off-by: Shawn Guo <redacted>
This looks great, and it's even cleaner than I was hoping it'd be
based on my suggestion. Nice! :)
Russell, do you want to apply this or should we? If the former, for
the patch tracker:
Acked-by: Olof Johansson <redacted>
If the latter, let me know and I'll pick it up.
Thanks!
-Olof