summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorXiaobo Gu <xiaobo.gu@amlogic.com>2015-04-13 21:31:04 +0800
committerXiaobo Gu <xiaobo.gu@amlogic.com>2015-05-01 16:45:01 +0800
commit3ed317f16af55f6424631e661801a91e76f35ced (patch)
tree9d739a2bd8806e0ddb41a008ae2ea39362a91d8e /scripts
parent3a739dd41bd21a9b04fe979b73dc681b9e88a81f (diff)
downloadu-boot-odroid-c1-3ed317f16af55f6424631e661801a91e76f35ced.tar.gz
Enable mmu/cache, add watchdog support.
This is a combination of 3 commits. 1). Update bl2: watchdog, cache, sd, usb. 1. Add watchdog support.(test ok) 2. Add cache support.(not test yet) 3. Eanble sd load function. 4. Add usb interface. Conflicts: arch/arm/include/asm/arch-gx/cpu_sdio.h 2). Update cache code. 3). BL2: Enable mmu and cache Conflicts: arch/arm/cpu/armv8/common/firmware/plat/gx/aarch64/aml_cache.c arch/arm/cpu/armv8/common/firmware/plat/gx/bl2_plat_setup.c Change-Id: I36bfd3769bff2cdd5f5ac24042e2318a991d1f8e
Diffstat (limited to 'scripts')
-rwxr-xr-x[-rw-r--r--]scripts/Makefile.autoconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/Makefile.autoconf b/scripts/Makefile.autoconf
index 33ba767a03..2dafb3a25c 100644..100755
--- a/scripts/Makefile.autoconf
+++ b/scripts/Makefile.autoconf
@@ -92,6 +92,9 @@ ifneq ($(KBUILD_SRC),)
$(Q)mkdir -p include/asm
$(Q)ln -fsn $(KBUILD_SRC)/arch/$(ARCH)/include/asm/arch-$(if $(SOC),$(SOC),$(CPU)) \
include/asm/arch
+ $(Q)mkdir -p include2
+ $(Q)ln -fsn $(KBUILD_SRC)/arch/$(ARCH)/include/asm \
+ include2/asm
else
$(Q)ln -fsn arch-$(if $(SOC),$(SOC),$(CPU)) \
arch/$(ARCH)/include/asm/arch