From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 18 Jan 2010 06:44:10 -0800 Subject: [U-Boot] [PATCH] Fix undefined reference to `getenv_IPaddr' for ARM In-Reply-To: References: Message-ID: <4B5473BA.3010500@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 Hi Syed, Khasim Syed Mohammed wrote: > From 2c4b1fb1f5cbcb328c76f26d6a3cd7a60ed19dc5 Mon Sep 17 00:00:00 2001 > From: Syed Mohammed Khasim > Date: Mon, 18 Jan 2010 19:37:26 +0530 > Subject: [PATCH] Fix undefined reference to `getenv_IPaddr' for ARM > > lib_arm/libarm.a(board.o): In function `start_armboot': > /home/khasim/beagle/u-boot_mailing/u-boot-ti/lib_arm/board.c:361: > undefined reference to `getenv_IPaddr' > make: *** [u-boot] Error 1 > > Signed-off-by: Syed Mohammed Khasim > This has already been addressed. Please sync to head and check that the problem is fixed. regards, Ben