From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Thu, 18 Dec 2014 19:08:41 +0000 Subject: [U-Boot] [PATCH 10/14] sunxi: Move await_completion dram helper to dram.h In-Reply-To: <1418761900-14035-10-git-send-email-hdegoede@redhat.com> References: <1418761900-14035-1-git-send-email-hdegoede@redhat.com> <1418761900-14035-10-git-send-email-hdegoede@redhat.com> Message-ID: <1418929721.26985.103.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2014-12-16 at 21:31 +0100, Hans de Goede wrote: > The await_completion helper is already copy pasted between the sun4i and sun6i > dram code, and we need it for sun8i too, so lets make it an inline helper in > dram.h, rather then adding yet another copy. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell