Skip to content
Snippets Groups Projects
Commit 17c9de6b authored by Magnus Lilja's avatar Magnus Lilja Committed by Wolfgang Denk
Browse files

i.MX31: Fix architecture numbers for ADS and Litekit boards


Correct the Linux architecture number for i.MX31 Litekit and ADS boards.

Signed-off-by: default avatarMagnus Lilja <lilja.magnus@gmail.com>
parent e7ae84d6
No related merge requests found
......@@ -52,7 +52,7 @@ int board_init (void)
mx31_gpio_mux(MUX_RTS1__UART1_RTS_B);
mx31_gpio_mux(MUX_RTS1__UART1_CTS_B);
gd->bd->bi_arch_number = 447; /* board id for linux */
gd->bd->bi_arch_number = MACH_TYPE_MX31LITE; /* board id for linux */
gd->bd->bi_boot_params = (0x80000100); /* adress of boot parameters */
return 0;
......
......@@ -93,7 +93,7 @@ int board_init (void)
readb(CS4_BASE + 8);
readb(CS4_BASE + 7);
gd->bd->bi_arch_number = 447; /* board id for linux */
gd->bd->bi_arch_number = MACH_TYPE_MX31ADS; /* board id for linux */
gd->bd->bi_boot_params = 0x80000100; /* adress of boot parameters */
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment