Przeglądaj źródła

Merge branch 'master' of git://git.denx.de/u-boot-x86

Graeme Russ 14 lat temu
rodzic
commit
880c80d004
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      board/eNET/eNET.c

+ 2 - 0
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);