]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/eNET/eNET.c
eNET: Fix undefined reference to `monitor_flash_len'
[karo-tx-uboot.git] / board / eNET / eNET.c
index dd0ce545163ae33c7fea51009a4b9eae370cefa3..2a5636c0737360bbbac273b2e2a7c41057988202 100644 (file)
@@ -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);