diff options
author | Tom Rini | 2017-01-25 20:42:35 -0500 |
---|---|---|
committer | Tom Rini | 2017-01-28 14:04:22 -0500 |
commit | 94ba26f2bcc02013e8b7561d070d6d2eb4f091be (patch) | |
tree | 4ee512fc471b7aca012cbc1b0b6d3b965ebed152 /board/ti | |
parent | 539cb8038e5afde6ac217d3088dcd8817736b10c (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/ti')
-rw-r--r-- | board/ti/omap5_uevm/evm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c index d84ec5747be..b5d5ba9bdf9 100644 --- a/board/ti/omap5_uevm/evm.c +++ b/board/ti/omap5_uevm/evm.c @@ -138,6 +138,7 @@ int usb_gadget_handle_interrupts(int index) int board_init(void) { gpmc_init(); + gd->bd->bi_arch_number = MACH_TYPE_OMAP5_SEVM; gd->bd->bi_boot_params = (0x80000000 + 0x100); /* boot param addr */ tca642x_set_inital_state(CONFIG_SYS_I2C_TCA642X_ADDR, tca642x_init); |