build: Remove "fwdebug" and "common" feature flags

This simplifes the buld and checks with very little overhead and the
fwdebug device is I/O port device on 0x402 that can be used by edk2 as a
very simple character device.

See: #4679

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-09-26 17:02:18 +01:00
committed by Bo Chen
parent 36e26f004c
commit b2d1dd65f3
7 changed files with 18 additions and 25 deletions
-1
View File
@@ -25,4 +25,3 @@ arch = { path = "../arch" }
[features]
default = []
fwdebug = []