Re: [U-Boot] [PATCH 2/2] powerpc/mpc85xx: Remove some dead code

2015-04-20 Thread York Sun
On 04/07/2015 06:20 PM, Scott Wood wrote: > 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

[U-Boot] [PATCH 2/2] powerpc/mpc85xx: Remove some dead code

2015-04-07 Thread Scott Wood
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 sy