From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 6 Jul 2016 08:37:30 -0600 Subject: [U-Boot] [PATCH] test/py: support 'memstart =' in u_boot_utils.find_ram_base() In-Reply-To: <20160706104422.22359-1-daniel.schwierzeck@gmail.com> References: <20160706104422.22359-1-daniel.schwierzeck@gmail.com> Message-ID: <577D17AA.5030308@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/06/2016 04:44 AM, Daniel Schwierzeck wrote: > Some archs like MIPS or PPC have a different 'bdinfo' output > than ARM regarding the memory configuration. Also support > 'memstart = 0x*' in u_boot_utils.find_ram_base() to make > all tests requiring the RAM base working on those archs. Acked-by: Stephen Warren ... although wouldn't it be better to fix the bdinfo command so that it printed the same thing on all architectures?