mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
161d2d5ea8
ti_omap3_common contains a lot of common header definitions that help reduce the size of the zoom1 config file. So, use the generic header and customize as needed for the platform (example: no spl). Signed-off-by: Nishanth Menon <nm@ti.com>
16 lines
403 B
Makefile
16 lines
403 B
Makefile
#
|
|
# (C) Copyright 2006-2008
|
|
# Texas Instruments, <www.ti.com>
|
|
#
|
|
# Zoom MDK uses OMAP3 (ARM-CortexA8) cpu
|
|
# see http://www.ti.com/ for more information on Texas Instruments
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Physical Address:
|
|
# 8000'0000 (bank0)
|
|
# A000/0000 (bank1)
|
|
# Linux-Kernel is expected to be at 8000'8000, entry 8000'8000
|
|
# (mem base + reserved)
|
|
|
|
# For use with external or internal boots.
|