summaryrefslogtreecommitdiff
path: root/board/atmark-techno
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-01-25 20:42:35 -0500
committerTom Rini <trini@konsulko.com>2017-01-28 14:04:22 -0500
commit94ba26f2bcc02013e8b7561d070d6d2eb4f091be (patch)
tree4ee512fc471b7aca012cbc1b0b6d3b965ebed152 /board/atmark-techno
parent539cb8038e5afde6ac217d3088dcd8817736b10c (diff)
Revert "arm: Remove unregister MACH_TYPE_xxx uses"
This reverts commit 70b26cd057f42c7126088b49d4285955c8a00eae. This is not a strict revert as it is easier to fix board/atmark-techno/armadillo-800eva/armadillo-800eva.c to now the correct name (same value) than to revert that change too. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmark-techno')
-rw-r--r--board/atmark-techno/armadillo-800eva/armadillo-800eva.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
index 0227d703e3..abe69abcc8 100644
--- a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
+++ b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c
@@ -271,6 +271,8 @@ int board_early_init_f(void)
DECLARE_GLOBAL_DATA_PTR;
int board_init(void)
{
+ /* board id for linux */
+ gd->bd->bi_arch_number = MACH_TYPE_ARMADILLO800EVA;
/* adress of boot parameters */
gd->bd->bi_boot_params = ARMADILLO_800EVA_SDRAM_BASE + 0x100;