configurations: change naming for Nuvoton NPCM8xx EVB

`Arbel` naming is the SOC itself, change to use `EVB` naming.

- Rename nuvoton_arbel_bmc.json in configurations
- Update meson.build

Change-Id: I0449a830f773b1959a0e7bbc3aa0da61ba00659e
Signed-off-by: Tim Lee <timlee660101@gmail.com>
diff --git a/configurations/nuvoton_arbel_bmc.json b/configurations/nuvoton_npcm8xx_evb.json
similarity index 100%
rename from configurations/nuvoton_arbel_bmc.json
rename to configurations/nuvoton_npcm8xx_evb.json
diff --git a/meson.build b/meson.build
index a966025..29f5b09 100644
--- a/meson.build
+++ b/meson.build
@@ -150,7 +150,7 @@
     'mtmitchell_mb.json',
     'mudflap.json',
     'nisqually.json',
-    'nuvoton_arbel_bmc.json',
+    'nuvoton_npcm8xx_evb.json',
     'nvme_intel_p_series.json',
     'nvme_p4500_p5500.json',
     'pcie_ssd_retimer.json',