From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Fri, 08 Apr 2011 16:16:09 +1000 Subject: [U-Boot] [PATCH] eNET: Fix undefined reference to `monitor_flash_len' In-Reply-To: <1301894991-22083-1-git-send-email-graeme.russ@gmail.com> References: <1301894991-22083-1-git-send-email-graeme.russ@gmail.com> Message-ID: <4D9EA829.2000401@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 04/04/11 15:29, Graeme Russ wrote: > commit cfbe861506e2dc3250ac99dc45bb3d1ac60f4857 removed the definition of > monitor_flash_len from the eNET which was not picked up due to extensive > use of the SRAM configuration target for testing > > Signed-off-by: Graeme Russ > --- > board/eNET/eNET.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > Applied to u-boot-x86, master branch, thanks. Regards, Graeme Russ