diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-23 18:19:22 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-23 18:19:22 +0000 |
commit | 35ed0e7ea3d9bd6641c719cf4489bfa408e48972 (patch) | |
tree | e8ec60a597163536813a49c871e15002c97a37af /src/cpu/amd/car | |
parent | 87f9514ab79340272ba4d06427ea2402cd6712d8 (diff) | |
download | coreboot-35ed0e7ea3d9bd6641c719cf4489bfa408e48972.tar.xz |
Remove PRINTK_IN_CAR tests from AMD files.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4826 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/car')
-rw-r--r-- | src/cpu/amd/car/post_cache_as_ram.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cpu/amd/car/post_cache_as_ram.c b/src/cpu/amd/car/post_cache_as_ram.c index 611f78d5ea..147a56d618 100644 --- a/src/cpu/amd/car/post_cache_as_ram.c +++ b/src/cpu/amd/car/post_cache_as_ram.c @@ -7,11 +7,7 @@ static inline void print_debug_pcar(const char *strval, uint32_t val) { -#if CONFIG_USE_PRINTK_IN_CAR printk_debug("%s%08x\r\n", strval, val); -#else - print_debug(strval); print_debug_hex32(val); print_debug("\r\n"); -#endif } static void inline __attribute__((always_inline)) memcopy(void *dest, const void *src, unsigned long bytes) |