mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-12 08:16:15 -04:00
fix some coding style violations.
This patch fix some coding style violations. Signed-off-by: Ilko Iliev <iliev@ronetix.at>
This commit is contained in:
parent
2077e348c2
commit
03f797793b
@ -184,8 +184,7 @@ void AT91F_DataflashSetEnv (void)
|
||||
env = area_list[part].setenv;
|
||||
/* Set the environment according to the label...*/
|
||||
if((env & FLAG_SETENV) == FLAG_SETENV) {
|
||||
start =
|
||||
dataflash_info[i].Device.area_list[j].start;
|
||||
start = dataflash_info[i].Device.area_list[j].start;
|
||||
sprintf((char*) s,"%lX",start);
|
||||
setenv((char*) area_list[part].label,(char*) s);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user