From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 14 Jul 2011 22:57:30 -0400 Subject: [U-Boot] [PATCH 1/2] fdt: add prototype for fdt_increase_size() In-Reply-To: <1304447711-14467-1-git-send-email-timur@freescale.com> References: <1304447711-14467-1-git-send-email-timur@freescale.com> Message-ID: <4E1FAC9A.9050803@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/03/2011 02:35 PM, Timur Tabi wrote: > Add a prototype for fdt_increase_size() so that anyone can call it. > > Signed-off-by: Timur Tabi > --- > include/fdt_support.h | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) Applied to u-boot-fdt. Thanks, gvb