public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] eNET: Fix undefined reference to `monitor_flash_len'
@ 2011-04-04  5:29 Graeme Russ
  2011-04-08  6:16 ` Graeme Russ
  0 siblings, 1 reply; 2+ messages in thread
From: Graeme Russ @ 2011-04-04  5:29 UTC (permalink / raw)
  To: u-boot

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 <graeme.russ@gmail.com>
---
 board/eNET/eNET.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c
index dd0ce54..2a5636c 100644
--- a/board/eNET/eNET.c
+++ b/board/eNET/eNET.c
@@ -35,6 +35,8 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
+unsigned long monitor_flash_len = CONFIG_SYS_MONITOR_LEN;
+
 static void enet_timer_isr(void);
 static void enet_toggle_run_led(void);
 static void enet_setup_pars(void);
-- 
1.7.1.422.g049e9

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] eNET: Fix undefined reference to `monitor_flash_len'
  2011-04-04  5:29 [U-Boot] [PATCH] eNET: Fix undefined reference to `monitor_flash_len' Graeme Russ
@ 2011-04-08  6:16 ` Graeme Russ
  0 siblings, 0 replies; 2+ messages in thread
From: Graeme Russ @ 2011-04-08  6:16 UTC (permalink / raw)
  To: u-boot

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 <graeme.russ@gmail.com>
> ---
>  board/eNET/eNET.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 

Applied to u-boot-x86, master branch, thanks.

Regards,

Graeme Russ

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-08  6:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04  5:29 [U-Boot] [PATCH] eNET: Fix undefined reference to `monitor_flash_len' Graeme Russ
2011-04-08  6:16 ` Graeme Russ

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox