diff options
author | danh-arm <dan.handley@arm.com> | 2015-04-29 17:04:51 +0100 |
---|---|---|
committer | danh-arm <dan.handley@arm.com> | 2015-04-29 17:04:51 +0100 |
commit | 4731e8f0f1f43386b8280db81f5db588ae7b4ccc (patch) | |
tree | 61c5361b9124f61a9516a55e1db176c410fa3b03 /common/bl_common.c | |
parent | 6403a306664a9cca92f413500e5389cae77dd816 (diff) | |
parent | 4a75b84ae600122dccbca5e00432b73f6116153e (diff) |
Merge pull request #295 from danh-arm/dh/plat-port-reorg
ARM platform port reorganization
Diffstat (limited to 'common/bl_common.c')
-rw-r--r-- | common/bl_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/bl_common.c b/common/bl_common.c index 8c241ec4..b9cc0f2a 100644 --- a/common/bl_common.c +++ b/common/bl_common.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -137,7 +137,7 @@ void reserve_mem(uint64_t *free_base, size_t *free_size, if (pos == BOTTOM) *free_base = addr + size; - VERBOSE("Reserved %u bytes (discarded %u bytes %s)\n", + VERBOSE("Reserved 0x%lx bytes (discarded 0x%lx bytes %s)\n", reserved_size, discard_size, pos == TOP ? "above" : "below"); } |