Skip to content
Snippets Groups Projects
Commit 890a017a authored by Detlev Zundel's avatar Detlev Zundel Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

arm/imx31_phycore: Fix bi_arch_number


Signed-off-by: default avatarDetlev Zundel <dzu@denx.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
parent ee47bfab
No related branches found
No related tags found
No related merge requests found
...@@ -61,8 +61,8 @@ int board_init (void) ...@@ -61,8 +61,8 @@ int board_init (void)
mx31_gpio_mux(MUX_CSPI2_MOSI__I2C2_SCL); mx31_gpio_mux(MUX_CSPI2_MOSI__I2C2_SCL);
mx31_gpio_mux(MUX_CSPI2_MISO__I2C2_SDA); mx31_gpio_mux(MUX_CSPI2_MISO__I2C2_SDA);
gd->bd->bi_arch_number = 447; /* board id for linux */ gd->bd->bi_arch_number = MACH_TYPE_PCM037; /* board id for linux */
gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */ gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */
return 0; return 0;
} }
......
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