diff options
author | Pali Rohár <pali@kernel.org> | 2022-04-25 09:29:08 +0530 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2022-04-26 17:18:33 +0530 |
commit | 2dcf776ebcf7f224f2a2e6720e863aca493a5cd9 (patch) | |
tree | fac98a2c750ea62ceadd915c48a85e227b6851e3 /drivers/ddr/microchip | |
parent | 3b06577ab4eefd954348f1dc0f5abb3408d10d0c (diff) |
powerpc: mpc85xx: Drop _start symbol
_start symbol contains only 32-bit data number 0x27051956 despite it is
marked as text section. This magic number is IH_MAGIC which is used for
marking uboot image header.
mpc85xx start.S code does not define valid uboot image header, so IH_MAGIC
number in _start symbol is useless there.
Moreover this _start symbol is not used at all. Entry point is at symbol
_start_e500.
So because this _start symbol is not used for anything, completely remove
it with IH_MAGIC number. After _start symbol was _start_cont symbol, so
replace all relative address calculations by _start_cont.
Signed-off-by: Pali Rohár <pali@kernel.org>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'drivers/ddr/microchip')
0 files changed, 0 insertions, 0 deletions