9
0
Fork 0

remove warnings

This patch fixes the following warnings:

arch/arm/cpu/cpu.c:176:4: warning: no newline at end of file
commands/bootm.c:872:4: warning: no newline at end of file

Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
This commit is contained in:
Robert Schwebel 2007-11-27 21:30:46 +01:00 committed by Marc Kleine-Budde
parent 0537946263
commit 0fb3ec4e7e
1 changed files with 2 additions and 1 deletions

View File

@ -173,4 +173,5 @@ core_initcall(cpu_init);
* @page arm_for_linux Preparing for Linux to run
*
* What's to do on ARM to run Linux after U-Boot did its job?
*/
*/