mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
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>
This commit is contained in:
parent
088454cde2
commit
c67f432ecd
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue