Skip to content
Snippets Groups Projects
Commit 0955ef34 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu Committed by Nobuhiro Iwamatsu
Browse files

sh: Cleanup source code of MS7722SE

parent 1d7b31d9
Branches
Tags
No related merge requests found
/* /*
* Copyright (C) 2007 * Copyright (C) 2007,2008
* Nobuhiro Iwamatsu <iwamatsu@nigauri.org> * Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* *
* Copyright (C) 2007 * Copyright (C) 2007
...@@ -55,5 +55,5 @@ int dram_init (void) ...@@ -55,5 +55,5 @@ int dram_init (void)
void led_set_state(unsigned short value) void led_set_state(unsigned short value)
{ {
*((volatile unsigned short *) LED_BASE) = (value & 0xFF); writew(value & 0xFF, LED_BASE);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment