aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hw/fsp/fsp-leds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/fsp/fsp-leds.c b/hw/fsp/fsp-leds.c
index 8a3a0d8..4933dfa 100644
--- a/hw/fsp/fsp-leds.c
+++ b/hw/fsp/fsp-leds.c
@@ -1884,7 +1884,7 @@ void fsp_led_init(void)
loc_code_list_buffer = memalign(TCE_PSIZE, PSI_DMA_LOC_COD_BUF_SZ);
if (loc_code_list_buffer == NULL)
- prerror(PREFIX "ERROR: Unable to allocate loc_code_list_buffer!\n");
+ prerror("ERROR: Unable to allocate loc_code_list_buffer!\n");
prlog(PR_TRACE, "Init completed\n");