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/atmark-techno/armadillo-800eva/armadillo-800eva.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'board/atmark-techno/armadillo-800eva') diff --git a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c index 28e6111..0227d70 100644 --- a/board/atmark-techno/armadillo-800eva/armadillo-800eva.c +++ b/board/atmark-techno/armadillo-800eva/armadillo-800eva.c @@ -271,8 +271,6 @@ 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_ARMADILLO_800EVA; /* adress of boot parameters */ gd->bd->bi_boot_params = ARMADILLO_800EVA_SDRAM_BASE + 0x100; -- cgit v1.1