1
0
Fork 0

pxa: fix wrong comment about vpac270 being the arch number

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
utp
Marcel Ziswiler 2015-03-01 00:53:08 +01:00 committed by Marek Vasut
parent 1606b34aa5
commit 1e49f6e2eb
2 changed files with 2 additions and 2 deletions

View 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 */

View 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 */