Commit 1e49f6e2ebd4f1e0caf2c4aa073026291f2e5c4e

Authored by Marcel Ziswiler
Committed by Marek Vasut
1 parent 1606b34aa5

pxa: fix wrong comment about vpac270 being the arch number

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>

Showing 2 changed files with 2 additions and 2 deletions Side-by-side Diff

board/balloon3/balloon3.c
... ... @@ -29,7 +29,7 @@
29 29 dcache_disable();
30 30 icache_disable();
31 31  
32   - /* arch number of vpac270 */
  32 + /* arch number of balloon3 */
33 33 gd->bd->bi_arch_number = MACH_TYPE_BALLOON3;
34 34  
35 35 /* adress of boot parameters */
board/toradex/colibri_pxa270/colibri_pxa270.c
... ... @@ -23,7 +23,7 @@
23 23 dcache_disable();
24 24 icache_disable();
25 25  
26   - /* arch number of vpac270 */
  26 + /* arch number of Toradex Colibri PXA270 */
27 27 gd->bd->bi_arch_number = MACH_TYPE_COLIBRI;
28 28  
29 29 /* adress of boot parameters */