summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ep93xx/header.c
Commit message (Collapse)AuthorAgeFilesLines
* arm: Add prototypes for functions called from assemblySascha Hauer2020-09-151-0/+2
| | | | | | | | Some functions are called from assembly only. There's no prototype for them so this leads to -Wmissing-prototypes warnings. Add a prototype right aboce the functions to avoid these warnings. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM ep93xx: Get rid of special handling in linker fileSascha Hauer2012-07-231-0/+8
The ep93xx needs a special value at offset 0x1000. Rather than do special handling in the linker file add aa header section as done on i.MX. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>