]> git.baikalelectronics.ru Git - uboot.git/commit
powerpc: mpc85xx: Define linker sections in ascending order
authorPali Rohár <pali@kernel.org>
Tue, 5 Apr 2022 13:12:35 +0000 (15:12 +0200)
committerPriyanka Jain <priyanka.jain@nxp.com>
Tue, 26 Apr 2022 11:48:39 +0000 (17:18 +0530)
commit2326bf286d2e13f311026a3351ac8590390984cf
treed95d3c6d02af2619cad11602fcfdfd167f0eac6d
parentb50fdde441f191dc765b799f08c7c2c668cdc260
powerpc: mpc85xx: Define linker sections in ascending order

It is too confusing if sections are defined in non-ascending order.

Also linker has to go backward and then again forward when generating final
binary.

To make future changes easier, define all linker sections in ascending
order.

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