summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorGraeme Russ <graeme.russ@gmail.com>2011-04-13 19:56:23 +1000
committerGraeme Russ <graeme.russ@gmail.com>2011-04-13 19:56:23 +1000
commit880c80d004acdc7370ab892df51c37c0cf0ff86d (patch)
tree3568d166811702e86dfc7ef67ace366a6b4c0756 /board
parentb3acbb221d97908a85b07563408fa4560703ff15 (diff)
parente9bf8877dae5e818e27d6949f3410a4e31efc2d0 (diff)
downloadblackbird-obmc-uboot-880c80d004acdc7370ab892df51c37c0cf0ff86d.tar.gz
blackbird-obmc-uboot-880c80d004acdc7370ab892df51c37c0cf0ff86d.zip
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'board')
-rw-r--r--board/eNET/eNET.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c
index dd0ce54516..2a5636c073 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);
OpenPOWER on IntegriCloud