diff options
| author | Tom Rini <[email protected]> | 2017-01-10 17:22:07 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-14 12:18:11 -0500 |
| commit | 70b26cd057f42c7126088b49d4285955c8a00eae (patch) | |
| tree | e3cf54eccc502f997a1ebbdc4f9c51f9603e0bd8 /board/Seagate | |
| parent | d5324e2fb689a7e7ee67c8e63552a949985a017e (diff) | |
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 <[email protected]>
Cc: Lucas Stach <[email protected]>
Cc: Luka Perkov <[email protected]>
Cc: Stephen Warren <[email protected]>
Cc: Heiko Schocher <[email protected]>
Cc: Thomas Weber <[email protected]>
Cc: Lucile Quirion <[email protected]>
Cc: Matthias Weisser <[email protected]>
Cc: Suriyan Ramasami <[email protected]>
Cc: Nobuhiro Iwamatsu <[email protected]>
Cc: Bo Shen <[email protected]>
Cc: Nick Thompson <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Erik van Luijk <[email protected]>
Cc: Lokesh Vutla <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'board/Seagate')
| -rw-r--r-- | board/Seagate/goflexhome/goflexhome.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/Seagate/goflexhome/goflexhome.c b/board/Seagate/goflexhome/goflexhome.c index 1f4fb924942..ad8245aaaa5 100644 --- a/board/Seagate/goflexhome/goflexhome.c +++ b/board/Seagate/goflexhome/goflexhome.c @@ -92,11 +92,6 @@ int board_early_init_f(void) int board_init(void) { - /* - * arch number of board - */ - gd->bd->bi_arch_number = MACH_TYPE_GOFLEXHOME; - /* address of boot parameters */ gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; |
