diff --git a/common/board_f.c b/common/board_f.c
index def5752bd4f2bd3e5085289e83b5e56ae1d96843..1400cc818c00e891e3be4e91c619f9198f23920b 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -887,10 +887,6 @@ static const init_fnc_t init_sequence_f[] = {
 	 *  - board info struct
 	 */
 	setup_dest_addr,
-#if defined(CONFIG_XTENSA)
-	/* Blackfin u-boot monitor should be on top of the ram */
-	reserve_uboot,
-#endif
 #if defined(CONFIG_LOGBUFFER) && !defined(CONFIG_ALT_LB_ADDR)
 	reserve_logbuffer,
 #endif
@@ -916,9 +912,7 @@ static const init_fnc_t init_sequence_f[] = {
 # endif
 #endif /* CONFIG_DM_VIDEO */
 	reserve_trace,
-#if !defined(CONFIG_XTENSA)
 	reserve_uboot,
-#endif
 #ifndef CONFIG_SPL_BUILD
 	reserve_malloc,
 	reserve_board,