From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 23 Oct 2015 08:19:35 +0800 Subject: [U-Boot] [PATCH v3] nios2: add README.nios2 In-Reply-To: <1445438523-11348-1-git-send-email-thomas@wytron.com.tw> References: <1445234776-18489-1-git-send-email-thomas@wytron.com.tw> <1445438523-11348-1-git-send-email-thomas@wytron.com.tw> Message-ID: <56297D17.2060704@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/21/2015 10:42 PM, Thomas Chou wrote: > Add README.nios2 about how to add nios2 boards to u-boot. > > Signed-off-by: Thomas Chou > Acked-by: Marek Vasut > --- > v2 > add ref and fix words as suggested by Marek. > v3 > add a dollar sign before a command. > remove u-boot,dm-pre-reloc property. it is not needed now. > > doc/README.nios2 | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 95 insertions(+) > create mode 100644 doc/README.nios2 > Applied to u-boot-nios.