From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Mon, 01 Aug 2011 22:14:28 -0400 Subject: [U-Boot] [PATCH 1/2] fdt: Rename fdt_create_phandle to fdt_set_phandle In-Reply-To: <1312179781-27813-2-git-send-email-galak@kernel.crashing.org> References: <1312179781-27813-1-git-send-email-galak@kernel.crashing.org> <1312179781-27813-2-git-send-email-galak@kernel.crashing.org> Message-ID: <4E375D84.5060404@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 08/01/2011 02:23 AM, Kumar Gala wrote: > The old fdt_create_phandle didn't actually create a phandle it just > set one. We'll introduce a new helper that actually does creation. > > Signed-off-by: Kumar Gala Acked-by: Gerald Van Baren > --- > arch/powerpc/cpu/mpc85xx/portals.c | 2 +- > common/fdt_support.c | 6 +++--- > include/fdt_support.h | 2 +- > 3 files changed, 5 insertions(+), 5 deletions(-) [snip]