app: aboot: Toggle PMIC gpio 4 for early ethernet feature

Add PMIC gpio 4 toggle to bring Neutrino out of reset for
early ethernet feature.

Change-Id: I9a4ff9386c3823848b50f065cc6fc8b4cb484eaf
CRs-fixed: 2087773
Signed-off-by: Sachin Prakash Gejji <sgejji@codeaurora.org>
diff --git a/makefile b/makefile
index cc0f10f..0b3237c 100644
--- a/makefile
+++ b/makefile
@@ -70,6 +70,11 @@
 ifeq ($(ENABLE_HARD_FPU),1)
   CFLAGS += -mfloat-abi=hard -mfpu=neon
 endif
+
+ifeq ($(ENABLE_EARLY_ETHERNET),1)
+  CFLAGS += -DENABLE_EARLY_ETHERNET=1
+endif
+
 # setup toolchain prefix
 TOOLCHAIN_PREFIX ?= arm-eabi-
 CFLAGS += -fstack-protector-all