Source
9
9
* express or implied.
10
10
*
11
11
* This module uploads proprietary firmware for the Vitesse VSC7385 5-port
12
12
* switch.
13
13
*/
14
14
15
15
#include <config.h>
16
16
#include <common.h>
17
17
#include <console.h>
18
18
#include <asm/io.h>
19
-
#include <asm/errno.h>
19
+
#include <linux/errno.h>
20
20
#include "vsc7385.h"
21
21
22
22
/*
23
23
* Upload a Vitesse VSC7385 firmware image to the hardware
24
24
*
25
25
* This function takes a pointer to a VSC7385 firmware image and a size, and
26
26
* uploads that firmware to the VSC7385.
27
27
*
28
28
* This firmware is typically located at a board-specific flash address,
29
29
* and the size is typically 8KB.