diff options
Diffstat (limited to 'board/Seagate/goflexhome/goflexhome.c')
-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 1f4fb92..ad8245a 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; |