Fix identations.

Change-Id: I98acabd5c8ab024d553726cfabe5654242a18b3b
This commit is contained in:
Andrew Ryabinin 2013-04-04 15:30:32 +04:00
parent 670af6344e
commit f84602aa68
3 changed files with 15 additions and 15 deletions

View file

@ -176,7 +176,7 @@ void flash_init(void)
/* Redundat - we will use special macros
* just for reference what OF does
*/
flash_spec[i].cmd = 0x180E8200 + (i<<9);
flash_spec[i].cmd = 0x180E8200 + (i<<9);
flash_spec[i].addr = 0x180E204 + (i<<9);
flash_spec[i].data = 0x180E208 + (i<<9);