platform: fpga: Remove redundant platform specific features
authorAtish Patra <atish.patra@wdc.com>
Sat, 9 May 2020 23:47:29 +0000 (16:47 -0700)
committerAnup Patel <anup@brainfault.org>
Sun, 10 May 2020 04:39:29 +0000 (10:09 +0530)
commit49380244202460aa2fd322dc9a3bdd79b388bf9d
tree9c28e5855091b00b48c2aa5912bdf6423a33aecd
parentb2df751acfd2858f2370d896f91543593647b243
platform: fpga: Remove redundant platform specific features

Any platform feature that belongs to a hart, have already been moved to
hart features and are detected at run time. The remaining platform features
are identical to platform default features.

Use the platform default features instead of defining a separate copy of it.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
Tested-by: Jonathan Balkind <jbalkind@cs.princeton.edu>
Reviewed-by: Anup Patel <anup.patel@wdc.com>
platform/fpga/ariane/platform.c
platform/fpga/openpiton/platform.c