summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-16 18:57:15 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-16 19:09:40 +0800
commit9b474f1c0fd4ed1239dc5a40dc3623ff40935b6d (patch)
treea254b5641eeb99ad043f12b5aa0f560f8294e073 /config.mk
parent7a0f6786445d4e029a47d7c5d02c1d8baf50359d (diff)
downloadu-boot-odroid-c1-9b474f1c0fd4ed1239dc5a40dc3623ff40935b6d.tar.gz
Code cleanup, Update ddr config.
1. config ddr rank0+1 2. parse uboot defines to bl2, in bl2, use #include<config.h> can include defines in uboot. 3. enable pll 4. clean up gxb_skt_v1.h Change-Id: I35ef73f20dc87b80bc2b5d5be6a211a3bb4c8366 Signed-off-by: Xiaobo Gu <xiaobo.gu@amlogic.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index c713f5ed18..6a3f65b45d 100644
--- a/config.mk
+++ b/config.mk
@@ -76,6 +76,7 @@ PLATFORM_CPPFLAGS += -pipe
LDFLAGS += $(PLATFORM_LDFLAGS)
LDFLAGS_FINAL += -Bstatic
+FIRMWARE_CPPFLAGS += -I$(buildsrc)/include
FIRMWARE_CPPFLAGS += -I$(buildtree)/include2 -I$(buildtree)/include
FIRMWARE_CPPFLAGS += -I$(buildtree)/include
FIRMWARE_CPPFLAGS += -fno-builtin -ffreestanding -nostdinc \