]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pxa: fix wrong comment about vpac270 being the arch number
authorMarcel Ziswiler <marcel@ziswiler.com>
Sat, 28 Feb 2015 23:53:08 +0000 (00:53 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:23 +0000 (14:10 +0200)
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
board/balloon3/balloon3.c
board/toradex/colibri_pxa270/colibri_pxa270.c

index aa108ca15390bf6628fb7ef520c0bd200520c2ea..458d90c8715855eb1efe4c790a12598a0f94c95e 100644 (file)
@@ -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 */
index 8d95e4d174614ece461a23b6fdd353c96224a965..3def0a6fd0709533beafcea38b44a50a4761bf75 100644 (file)
@@ -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 */