diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 09:56:23 (GMT) |
---|---|---|
committer | Graeme Russ <graeme.russ@gmail.com> | 2011-04-13 09:56:23 (GMT) |
commit | 880c80d004acdc7370ab892df51c37c0cf0ff86d (patch) | |
tree | 3568d166811702e86dfc7ef67ace366a6b4c0756 /board/eNET/eNET.c | |
parent | b3acbb221d97908a85b07563408fa4560703ff15 (diff) | |
parent | e9bf8877dae5e818e27d6949f3410a4e31efc2d0 (diff) | |
download | u-boot-fsl-qoriq-880c80d004acdc7370ab892df51c37c0cf0ff86d.tar.xz |
Merge branch 'master' of git://git.denx.de/u-boot-x86
Diffstat (limited to 'board/eNET/eNET.c')
-rw-r--r-- | 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); |