summaryrefslogtreecommitdiff
path: root/common/board_f.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-03-31 14:40:27 (GMT)
committerTom Rini <trini@konsulko.com>2017-04-05 20:36:48 (GMT)
commitc67f432ecd35386457c004f0fa7812d777593347 (patch)
tree34e6f3b0338b23cc5feb21205328de36241a98a6 /common/board_f.c
parent088454cde245b4d431ce0181be8b3cbceea059d6 (diff)
downloadu-boot-fsl-qoriq-c67f432ecd35386457c004f0fa7812d777593347.tar.xz
xtensa: Place relocated U-Boot in the normal place
All archs put U-Boot at the bottom of the relocated region. Xtensa does not, but perhaps not for any good reason. Adjust it to see if things still work OK. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/board_f.c')
-rw-r--r--common/board_f.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/board_f.c b/common/board_f.c
index def5752..1400cc8 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,