diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-10 22:22:07 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-14 17:18:11 (GMT) |
commit | 70b26cd057f42c7126088b49d4285955c8a00eae (patch) | |
tree | e3cf54eccc502f997a1ebbdc4f9c51f9603e0bd8 /board/atmark-techno | |
parent | d5324e2fb689a7e7ee67c8e63552a949985a017e (diff) | |
download | u-boot-70b26cd057f42c7126088b49d4285955c8a00eae.tar.xz |
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 <twarren@nvidia.com>
Cc: Lucas Stach <dev@lynxeye.de>
Cc: Luka Perkov <luka@openwrt.org>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Heiko Schocher <hs@denx.de>
Cc: Thomas Weber <weber@corscience.de>
Cc: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
Cc: Matthias Weisser <weisserm@arcor.de>
Cc: Suriyan Ramasami <suriyan.r@gmail.com>
Cc: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Cc: Bo Shen <voice.shen@atmel.com>
Cc: Nick Thompson <nick.thompson@gefanuc.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Erik van Luijk <evanluijk@interact.nl>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmark-techno')
-rw-r--r-- | board/atmark-techno/armadillo-800eva/armadillo-800eva.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |