
14 May
2012
14 May
'12
7:34 a.m.
On Thursday 10 May 2012 13:40:33 Michael Walle wrote:
--- /dev/null +++ b/board/buffalo/lsxl/Makefile
+clean:
- rm -f $(SOBJS) $(OBJS)
+distclean: clean
- rm -f $(LIB) core *.bak .depend
dead code; please delete
--- /dev/null +++ b/board/buffalo/lsxl/lsxl.c
+int board_early_init_f(void) +{ ...
- u32 kwmpp_config[] = {
this probably should be declared static. otherwise, it generates the array on the stack at runtime doesn't it ? look at objdump to see ... -mike