On Tue, Apr 21, 2020 at 7:28 AM <[email protected]> wrote: > > From: Mitchell Horne <[email protected]> > > 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 <[email protected]> > --- > examples/api/crt0.S | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) >
Reviewed-by: Bin Meng <[email protected]>

