Re: [PATCH 2/7] examples: rename __start to _start on MIPS

2020-04-23 Thread Wolfgang Denk
Dear Daniel, In message you wrote: > > But I'm not sure if the original intention was to use the default linker > script or the one provided by U-Boot and if examples/api/ should use the > same compiler and linker flags as example/standalone/. Some archs have > used a custom linker script. Maybe

Re: [PATCH 2/7] examples: rename __start to _start on MIPS

2020-04-23 Thread Daniel Schwierzeck
+cc Wolfgang, Tom Am 21.04.20 um 00:34 schrieb mho...@freebsd.org: > From: Mitchell Horne > > On MIPS, __start marks the entry point to the CONFIG_API demo program. > Change the name to _start, to be consistent with all other > architectures. > > Signed-off-by: Mitchell Horne > --- > examples

Re: [PATCH 2/7] examples: rename __start to _start on MIPS

2020-04-23 Thread Bin Meng
On Tue, Apr 21, 2020 at 7:28 AM wrote: > > From: Mitchell Horne > > On MIPS, __start marks the entry point to the CONFIG_API demo program. > Change the name to _start, to be consistent with all other > architectures. > > Signed-off-by: Mitchell Horne > --- > examples/api/crt0.S | 8 >

[PATCH 2/7] examples: rename __start to _start on MIPS

2020-04-20 Thread mhorne
From: Mitchell Horne On MIPS, __start marks the entry point to the CONFIG_API demo program. Change the name to _start, to be consistent with all other architectures. Signed-off-by: Mitchell Horne --- examples/api/crt0.S | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git