mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-21 06:31:31 +00:00
powerpc/82xx/km: make handle_mgcoge3un_reset static
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
This commit is contained in:
parent
fc959081d4
commit
47ce50e8d2
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ static void set_pin(int state, unsigned long mask);
|
||||||
* will toggle once what forces the mgocge3un part to restart
|
* will toggle once what forces the mgocge3un part to restart
|
||||||
* immediately.
|
* immediately.
|
||||||
*/
|
*/
|
||||||
void handle_mgcoge3un_reset(void)
|
static void handle_mgcoge3un_reset(void)
|
||||||
{
|
{
|
||||||
char *bobcatreset = getenv("bobcatreset");
|
char *bobcatreset = getenv("bobcatreset");
|
||||||
if (bobcatreset) {
|
if (bobcatreset) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue