summaryrefslogtreecommitdiff
path: root/plat/fvp/bl1_fvp_setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'plat/fvp/bl1_fvp_setup.c')
-rw-r--r--plat/fvp/bl1_fvp_setup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plat/fvp/bl1_fvp_setup.c b/plat/fvp/bl1_fvp_setup.c
index b146fdb7..85b4c47d 100644
--- a/plat/fvp/bl1_fvp_setup.c
+++ b/plat/fvp/bl1_fvp_setup.c
@@ -87,9 +87,6 @@ void bl1_early_platform_setup(void)
BL1_RAM_BASE,
bl1_size);
- INFO("BL1: 0x%lx - 0x%lx [size = %u]\n", BL1_RAM_BASE, BL1_RAM_LIMIT,
- bl1_size);
-
/* Initialize the platform config for future decision making */
fvp_config_setup();
}