Add ENABLE_CONSOLE_GETC=1 build configs for AEM FVP.

TF-A now disables getc() feature by default. Add build configurations
which explicitly enable this feature to detect any build regressions
in getc() related code on AEM FVP platform (AArch64 and AArch32
states).

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: Ic104202e39b5203c4b6900516c4be93ec81b9389
diff --git a/tf_config/fvp-aarch32-console-getc b/tf_config/fvp-aarch32-console-getc
new file mode 100644
index 0000000..19b9c02
--- /dev/null
+++ b/tf_config/fvp-aarch32-console-getc
@@ -0,0 +1,5 @@
+AARCH32_SP=sp_min
+ARCH=aarch32
+CROSS_COMPILE=arm-none-eabi-
+ENABLE_CONSOLE_GETC=1
+PLAT=fvp