summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/atmel/at91sama5ek/at91sama5ek.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/atmel/at91sama5ek/at91sama5ek.c b/board/atmel/at91sama5ek/at91sama5ek.c
index aa835d33ee..b44fd2ca1a 100644
--- a/board/atmel/at91sama5ek/at91sama5ek.c
+++ b/board/atmel/at91sama5ek/at91sama5ek.c
@@ -191,11 +191,6 @@ int board_init(void)
/* Enable Ctrlc */
console_init_f();
- /* arch number of AT91SAMA5EK-Board */
-#if defined CONFIG_AT91SAMA5EK
- gd->bd->bi_arch_number = MACH_TYPE_AT91SAMA5EK;
-#endif
-
/* adress of boot parameters */
gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100;