commit | 06ad1eb1c963d0cdf3e6c526946eea25ff539f70 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 07 14:18:51 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 11 10:05:15 2019 -0400 |
tree | b22a68b2512bb94a2d6aea64542ceddfdcf92852 | |
parent | 787e5b9086c2feb73161bac272488896180e5f7f [diff] |
arm: spear: Simplify start.S organization There is no reason to do the few spear-related initialization, in a different procedure than 'reset'. Spare one branching and get a linear code flow by removing this indirection. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Stefan Roese <sr@denx.de>