Skip to content
Snippets Groups Projects
Commit 1e49f6e2 authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Marek Vasut
Browse files

pxa: fix wrong comment about vpac270 being the arch number

parent 1606b34a
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment