Skip to content

Commit

Permalink
eNET: Fix undefined reference to `monitor_flash_len'
Browse files Browse the repository at this point in the history
commit cfbe861 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 <[email protected]>
  • Loading branch information
calris committed Apr 8, 2011
1 parent 4db2fa7 commit e9bf887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/eNET/eNET.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e9bf887

Please sign in to comment.