mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
94fc751d8a
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>
13 lines
239 B
Makefile
13 lines
239 B
Makefile
#
|
|
# (C) Copyright 2000-2010
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += boot.o
|
|
obj-y += sdram_elpida.o
|
|
obj-y += hwinit.o
|
|
obj-y += emif.o
|
|
obj-y += prcm-regs.o
|
|
obj-y += hw_data.o
|