diff options
| author | Jon Loeliger <jdl@freescale.com> | 2006-04-27 10:15:16 -0500 | 
|---|---|---|
| committer | Jon Loeliger <jdl@freescale.com> | 2006-04-27 10:15:16 -0500 | 
| commit | 5c9efb36a6b5431423f52888a0e3b4b515fe7eca (patch) | |
| tree | b4e456a06357346267f16a636af658cc85bf5b64 /include/mpc86xx.h | |
| parent | a2320a6bf8113a09544c42d160d10ac69d049a03 (diff) | |
| download | olio-uboot-2014.01-5c9efb36a6b5431423f52888a0e3b4b515fe7eca.tar.xz olio-uboot-2014.01-5c9efb36a6b5431423f52888a0e3b4b515fe7eca.zip | |
Cleanup whitespaces and style issues.
Removed //-style comments.
Use 80-column lines.
Remove trailing whitespace.
Remove dead code and debug cruft.
Diffstat (limited to 'include/mpc86xx.h')
| -rw-r--r-- | include/mpc86xx.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/mpc86xx.h b/include/mpc86xx.h index 61b527979..4edeae164 100644 --- a/include/mpc86xx.h +++ b/include/mpc86xx.h @@ -1,5 +1,5 @@  /* - * Copyright 2004 Freescale Semiconductor. + * Copyright 2006 Freescale Semiconductor.   * Jeffrey Brown (jeffrey@freescale.com)   * Srikanth Srinivasan (srikanth.srinivasan@freescale.com)   */ @@ -9,7 +9,7 @@  #define EXC_OFF_SYS_RESET	0x0100	/* System reset	offset */ -/*---------------------------------------------------------------- +/*   * l2cr values.  Look in config_<BOARD>.h for the actual setup   */  #define l2cr		 1017 @@ -23,7 +23,7 @@  #define L2CR_HWF         0x00000800 /* bit 20 - hardware flush */  #define L2CR_L2IP        0x00000001 /* global invalidate in progress */ -/*---------------------------------------------------------------- +/*   * BAT settings.  Look in config_<BOARD>.h for the actual setup   */ |