mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
nios2: use common sequence for reserve_uboot
Use common sequence for reserve_uboot, as the result is the same. Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
This commit is contained in:
parent
744b57b8a6
commit
bbfdff31e0
1 changed files with 2 additions and 2 deletions
|
@ -894,7 +894,7 @@ static init_fnc_t init_sequence_f[] = {
|
||||||
* - board info struct
|
* - board info struct
|
||||||
*/
|
*/
|
||||||
setup_dest_addr,
|
setup_dest_addr,
|
||||||
#if defined(CONFIG_BLACKFIN) || defined(CONFIG_NIOS2)
|
#if defined(CONFIG_BLACKFIN)
|
||||||
/* Blackfin u-boot monitor should be on top of the ram */
|
/* Blackfin u-boot monitor should be on top of the ram */
|
||||||
reserve_uboot,
|
reserve_uboot,
|
||||||
#endif
|
#endif
|
||||||
|
@ -919,7 +919,7 @@ static init_fnc_t init_sequence_f[] = {
|
||||||
!defined(CONFIG_BLACKFIN) && !defined(CONFIG_M68K)
|
!defined(CONFIG_BLACKFIN) && !defined(CONFIG_M68K)
|
||||||
reserve_video,
|
reserve_video,
|
||||||
#endif
|
#endif
|
||||||
#if !defined(CONFIG_BLACKFIN) && !defined(CONFIG_NIOS2)
|
#if !defined(CONFIG_BLACKFIN)
|
||||||
reserve_uboot,
|
reserve_uboot,
|
||||||
#endif
|
#endif
|
||||||
#ifndef CONFIG_SPL_BUILD
|
#ifndef CONFIG_SPL_BUILD
|
||||||
|
|
Loading…
Reference in a new issue