Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/890a017a8a995c921d1e889d360e8d6538ceecfe You should set ROOT_URL correctly, otherwise the web may not work correctly.

arm/imx31_phycore: Fix bi_arch_number

Signed-off-by: Detlev Zundel <dzu@denx.de>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
master
Detlev Zundel 16 years ago committed by Jean-Christophe PLAGNIOL-VILLARD
parent ee47bfabef
commit 890a017a8a
  1. 4
      board/imx31_phycore/imx31_phycore.c

@ -61,8 +61,8 @@ int board_init (void)
mx31_gpio_mux(MUX_CSPI2_MOSI__I2C2_SCL);
mx31_gpio_mux(MUX_CSPI2_MISO__I2C2_SDA);
gd->bd->bi_arch_number = 447; /* board id for linux */
gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */
gd->bd->bi_arch_number = MACH_TYPE_PCM037; /* board id for linux */
gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */
return 0;
}

Loading…
Cancel
Save