Browse Source

pxa: fix wrong comment about vpac270 being the arch number

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Marcel Ziswiler 10 years ago
parent
commit
1e49f6e2eb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      board/balloon3/balloon3.c
  2. 1 1
      board/toradex/colibri_pxa270/colibri_pxa270.c

+ 1 - 1
board/balloon3/balloon3.c

@@ -29,7 +29,7 @@ int board_init(void)
 	dcache_disable();
 	icache_disable();
 
-	/* arch number of vpac270 */
+	/* arch number of balloon3 */
 	gd->bd->bi_arch_number = MACH_TYPE_BALLOON3;
 
 	/* adress of boot parameters */

+ 1 - 1
board/toradex/colibri_pxa270/colibri_pxa270.c

@@ -23,7 +23,7 @@ int board_init(void)
 	dcache_disable();
 	icache_disable();
 
-	/* arch number of vpac270 */
+	/* arch number of Toradex Colibri PXA270 */
 	gd->bd->bi_arch_number = MACH_TYPE_COLIBRI;
 
 	/* adress of boot parameters */