u-boot/arch/powerpc/cpu
Scott Wood d87a2ad108 powerpc/mpc85xx: Remove some dead code
U-Boot does not have system calls (the services it exposes to
standalone commands use a different mechanism), so the syscall handler
is dead code.  It's also broken code, as it assumes it is located at
0xc00 -- while even before the patch to stop relocating exception
vectors to 0, U-Boot had the syscall at 0x900.

The critical and machine check return paths are never called -- the
regular exception return path is used instead, which works because
xSRR0/1 have already been saved and can be restored via the regular
SRR0/1 (we don't care too much in U-Boot about taking a critical/mcheck
inside another exception prolog/epilog).

Also remove a few other small unused functions.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
2015-04-20 10:15:29 -07:00
..
mpc5xx kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
mpc5xxx powerpc: mpc5xxx: remove galaxy5200 board support 2015-03-17 11:00:22 -04:00
mpc8xx net: cosmetic: Fix var naming net <-> eth drivers 2015-04-18 11:11:33 -06:00
mpc8xxx powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs 2015-03-04 10:15:29 -08:00
mpc83xx powerpc: ids8313: use "select" instead of default value in defconfig 2015-04-18 11:11:32 -06:00
mpc85xx powerpc/mpc85xx: Remove some dead code 2015-04-20 10:15:29 -07:00
mpc86xx remove unnecessary version.h includes 2015-03-24 10:50:50 -04:00
mpc512x kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
mpc8260 net: cosmetic: Fix var naming net <-> eth drivers 2015-04-18 11:11:33 -06:00
ppc4xx dm: select CONFIG_DM* options 2015-04-18 11:11:30 -06:00
Makefile Makefile: Select objects by CONFIG_ rather than $(ARCH) or $(CPU) 2013-12-16 08:59:42 -05:00