On Sun, Jun 01, 2014 at 01:33:52PM +0200, Korneliusz Osmenda wrote: > --- > board/sunxi/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile > index 8b429bc..b8ea9b8 100644 > --- a/board/sunxi/Makefile > +++ b/board/sunxi/Makefile > @@ -46,7 +46,7 @@ obj-$(CONFIG_INET_K70HC) += dram_inet_k70hc.o > obj-$(CONFIG_ITEADA10) += dram_cubieboard.o > obj-$(CONFIG_ITEADA20) += dram_cubieboard2.o > obj-$(CONFIG_JESURUN_Q5) += dram_sun4i_312_1024_iow8.o > -obj-$(CONFIG_K1001L1C) += dram_a20_olinuxino_m.o > +obj-$(CONFIG_K1001L1C) += dram_sun7i_384_1024_iow16.o > obj-$(CONFIG_LINKSPRITE_PCDUINO3) += dram_linksprite_pcduino3.o > obj-$(CONFIG_MEFAFEIS_A08) += dram_megafeis_a08.o > obj-$(CONFIG_MELE_A1000) += dram_sun4i_360_512.o > -- > 1.8.5.5
This was broken in: f0a91836e85: Unify eoma68_a20 and a20_olinuxino_m dram settings I have had this same fix sitting around since late april, together with a few new device additions. Please add another tab before += so that it indents correctly. Please add a Signed-off-by: to your comment as well. When the indentation is fixed, consider this: Reviewed-by: Luc Verhaegen <[email protected]> as then the change is exactly the same. Luc Verhaegen. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
