From 70b26cd057f42c7126088b49d4285955c8a00eae Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 10 Jan 2017 17:22:07 -0500 Subject: arm: Remove unregister MACH_TYPE_xxx uses Before we can sync with the latest mach-types.h file from the Linux Kernel we need to remove some instances of MACH_TYPE_xxx from our sources. As these values have been removed from the canonical upstream source we should not be using them either, so drop. Cc: Tom Warren Cc: Lucas Stach Cc: Luka Perkov Cc: Stephen Warren Cc: Heiko Schocher Cc: Thomas Weber Cc: Lucile Quirion Cc: Matthias Weisser Cc: Suriyan Ramasami Cc: Nobuhiro Iwamatsu Cc: Bo Shen Cc: Nick Thompson Cc: Stefano Babic Cc: Erik van Luijk Cc: Lokesh Vutla Signed-off-by: Tom Rini --- board/ti/omap5_uevm/evm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board/ti') diff --git a/board/ti/omap5_uevm/evm.c b/board/ti/omap5_uevm/evm.c index b5d5ba9..d84ec57 100644 --- a/board/ti/omap5_uevm/evm.c +++ b/board/ti/omap5_uevm/evm.c @@ -138,7 +138,6 @@ 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); -- cgit v1.1