From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Fri, 29 Mar 2013 14:04:47 -0400 Subject: [PATCH] arm: mvebu: Fix the memory size on the Mirabox In-Reply-To: <1364579477-19018-1-git-send-email-ryan@presslab.us> References: <1364579477-19018-1-git-send-email-ryan@presslab.us> Message-ID: <20130329180447.GK13280@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Ryan, On Fri, Mar 29, 2013 at 10:51:17AM -0700, Ryan Press wrote: > The memory size in the device tree is only 512 MB, but the > Mirabox actually has 1 GB. > > Tested the change with memtester and no problems found. > > Signed-off-by: Ryan Press > --- > arch/arm/boot/dts/armada-370-mirabox.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks for the patch. It looks good, but please don't forget to Cc: the maintainers (Andrew Lunn, Gregory Clemente, and myself). I almost missed this one. :) thx, Jason.