]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: mpc85xx: Rename _start_e500 symbol to _start
authorPali Rohár <pali@kernel.org>
Sat, 2 Apr 2022 22:05:09 +0000 (00:05 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 26 Apr 2022 11:48:39 +0000 (17:18 +0530)
commitb30923425231be2ca1bb7687730fa49eb3485e12
tree2a93560f8407103552c84168bedf5c35b4786795
parent192c92fea36dae509567d38fc595281f4b8adff2
powerpc: mpc85xx: Rename _start_e500 symbol to _start

The real entry point is _start_e500. There is no _start symbol at all. So
rename _start_e500 to _start for convension that _start symbol is used as
entry point.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
arch/powerpc/cpu/mpc85xx/resetvec.S
arch/powerpc/cpu/mpc85xx/start.S
arch/powerpc/cpu/mpc85xx/u-boot.lds
doc/README.mpc85xx