diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-07-15 16:02:25 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-27 15:02:08 -0400 |
commit | 94fc751d8af74ed7ebb8da9537ab685c9a6d0b95 (patch) | |
tree | 4052445c4106a0572ac1923632729f2e124fc0ad /arch/arm/cpu/armv7/omap4/Makefile | |
parent | cfac375616c218d35a649240c5487b9331f50252 (diff) | |
download | u-boot-imx-94fc751d8af74ed7ebb8da9537ab685c9a6d0b95.zip u-boot-imx-94fc751d8af74ed7ebb8da9537ab685c9a6d0b95.tar.gz u-boot-imx-94fc751d8af74ed7ebb8da9537ab685c9a6d0b95.tar.bz2 |
omap4: Definitions for SYS_BOOT-based fallback boot device selection
This introduces code to read the value of the SYS_BOOT pins on the OMAP4, as
well as the memory-preferred scheme for the interpretation of each value.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'arch/arm/cpu/armv7/omap4/Makefile')
-rw-r--r-- | arch/arm/cpu/armv7/omap4/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap4/Makefile b/arch/arm/cpu/armv7/omap4/Makefile index 76a032a..564f1f6 100644 --- a/arch/arm/cpu/armv7/omap4/Makefile +++ b/arch/arm/cpu/armv7/omap4/Makefile @@ -5,6 +5,7 @@ # SPDX-License-Identifier: GPL-2.0+ # +obj-y += boot.o obj-y += sdram_elpida.o obj-y += hwinit.o obj-y += emif.o |