misc/flanterm: Remove leftover feature flags
diff --git a/common/lib/gterm.c b/common/lib/gterm.c
index efd5367d..70e24a3f 100644
--- a/common/lib/gterm.c
+++ b/common/lib/gterm.c
@@ -10,7 +10,6 @@
#include <lib/image.h>
#include <mm/pmm.h>
#include <flanterm/flanterm.h>
-#define FLANTERM_FB_SUPPORT_BPP
#include <flanterm/backends/fb.h>
#include <lib/term.h>
diff --git a/test/GNUmakefile b/test/GNUmakefile
index 6fcfe782..555a676e 100644
--- a/test/GNUmakefile
+++ b/test/GNUmakefile
@@ -6,7 +6,7 @@ export OBJCOPY_FOR_TARGET
export READELF_FOR_TARGET
override CC := $(CC_FOR_TARGET)
-CFLAGS = -O2 -g -Wall -Wextra -DFLANTERM_FB_SUPPORT_BPP
+CFLAGS = -O2 -g -Wall -Wextra
LDFLAGS =
override LD := $(LD_FOR_TARGET)
override QEMU := qemu-system-x86_64
