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/davinci/da8xxevm/omapl138_lcdk.c | 3 --- board/davinci/ea20/ea20.c | 3 --- 2 files changed, 6 deletions(-) (limited to 'board/davinci') diff --git a/board/davinci/da8xxevm/omapl138_lcdk.c b/board/davinci/da8xxevm/omapl138_lcdk.c index 3ce1992c1d..4a34c1a60c 100644 --- a/board/davinci/da8xxevm/omapl138_lcdk.c +++ b/board/davinci/da8xxevm/omapl138_lcdk.c @@ -175,9 +175,6 @@ int board_init(void) irq_init(); #endif - /* arch number of the board */ - gd->bd->bi_arch_number = MACH_TYPE_OMAPL138_LCDK; - /* address of boot parameters */ gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR; diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20.c index 66804d75bd..30e4c7d4de 100644 --- a/board/davinci/ea20/ea20.c +++ b/board/davinci/ea20/ea20.c @@ -277,9 +277,6 @@ int overwrite_console(void) int board_init(void) { - /* arch number of the board */ - gd->bd->bi_arch_number = MACH_TYPE_EA20; - /* address of boot parameters */ gd->bd->bi_boot_params = LINUX_BOOT_PARAM_ADDR; -- cgit v1.2.3