Skip to content
Snippets Groups Projects
Commit 0b509519 authored by Loïc Minier's avatar Loïc Minier Committed by Albert Aribaud
Browse files

EfikaMX: switch to MACH_TYPE_MX51_EFIKAMX


Upstream linux moved from MACH_TYPE_MX51_LANGE51 to
MACH_TYPE_MX51_EFIKAMX.

Signed-off-by: default avatarLoïc Minier <loic.minier@linaro.org>
parent c650e1be
No related branches found
No related tags found
No related merge requests found
...@@ -621,7 +621,7 @@ int board_early_init_f(void) ...@@ -621,7 +621,7 @@ int board_early_init_f(void)
int board_init(void) int board_init(void)
{ {
gd->bd->bi_arch_number = MACH_TYPE_MX51_LANGE51; gd->bd->bi_arch_number = MACH_TYPE_MX51_EFIKAMX;
gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100;
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