From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sun, 18 Jan 2015 17:45:31 +0100 Subject: [U-Boot] [PATCH 3/9] sunxi: Stop differentiating between 512M and 1G variants of the same board In-Reply-To: <1421598169.13341.34.camel@hellion.org.uk> References: <1421583812-26556-1-git-send-email-hdegoede@redhat.com> <1421583812-26556-3-git-send-email-hdegoede@redhat.com> <1421598169.13341.34.camel@hellion.org.uk> Message-ID: <54BBE32B.7000905@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 18-01-15 17:22, Ian Campbell wrote: > On Sun, 2015-01-18 at 13:23 +0100, Hans de Goede wrote: >> diff --git a/board/sunxi/dram_sun4i_auto.c b/board/sunxi/dram_sun4i_auto.c >> new file mode 100644 >> index 0000000..115b597 >> --- /dev/null >> +++ b/board/sunxi/dram_sun4i_auto.c >> @@ -0,0 +1,31 @@ >> +/* this file is generated, don't edit it yourself */ > > This isn't strictly true any more, is it? Yeah I was thinking the same thing when working on this but I wasn't sure what to do I'll drop the comment, as it is clearly false. And thanks for the reviews. > Acked-by: Ian Campbell Regards, Hans