Re: [ORLinux] [PATCH] openrisc: Add DTS and defconfig for DE0-Nano

2013-11-16 Thread Olof Kindgren
2013/11/16 Stefan Kristiansson > > On Fri, Nov 15, 2013 at 10:50:18AM +0100, Jonas Bonn wrote: > > >+ > > >+i2c0: ocores@a000 { > > >+#address-cells = <1>; > > >+#size-cells = <0>; > > >+compatible = "opencores,i2c-ocores"; > > > > Version number needed.

Re: [OpenRISC] [PATCH v2 8/9] openrisc: Updates after openrisc.net has been lost

2016-11-15 Thread Olof Kindgren
setup_arch(char **cmdline_p) > > *cmdline_p = boot_command_line; > > - printk(KERN_INFO "OpenRISC Linux -- http://openrisc.net\n";); > + printk(KERN_INFO "OpenRISC Linux -- http://openrisc.io\n";); > } > > static int show_cpuinfo(struct seq_file *m, void *v) > -- > 2.7.4 > > ___ > OpenRISC mailing list > openr...@lists.librecores.org > https://lists.librecores.org/listinfo/openrisc This looks all correct Acked-by: Olof Kindgren