mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
eNET: Fix undefined reference to `monitor_flash_len'
commit cfbe861506
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 <graeme.russ@gmail.com>
This commit is contained in:
parent
4db2fa7f94
commit
e9bf8877da
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue