Technologic TS5300: mainboard.c: Move { to next line
This is coreboot’s coding style. Change-Id: I7441f2c1927a49a3b7171112b7798dae6b56cfb5 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/2492 Reviewed-by: Martin Roth <martin.roth@se-eng.com> Tested-by: build bot (Jenkins) Reviewed-by: Bernhard Urban <lewurm@gmail.com> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
1cd6160821
commit
1fc7416545
|
@ -35,7 +35,8 @@ static void irqdump(void)
|
|||
/* TODO: finish up mmcr struct in sc520.h, and;
|
||||
- set ADDDECTL (now done in raminit.c in cpu/amd/sc520
|
||||
*/
|
||||
static void enable_dev(struct device *dev) {
|
||||
static void enable_dev(struct device *dev)
|
||||
{
|
||||
volatile struct mmcr *mmcr = MMCRDEFAULT;
|
||||
|
||||
/* currently, nothing in the device to use, so ignore it. */
|
||||
|
|
Loading…
Reference in New Issue