diff options
author | Tom Warren <twarren.nvidia@gmail.com> | 2012-12-11 13:34:13 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-01-16 13:40:07 -0700 |
commit | 1b245fee91af273b7ebd693bbceae8f1d3c85c23 (patch) | |
tree | 6ca14c0fc704a84d030283d40a9ce5e963eb5f3b /arch/arm/cpu/arm720t/tegra30/config.mk | |
parent | dc89ad1438cd8aa8b2cf508b5e839903fe1231a5 (diff) | |
download | u-boot-imx-1b245fee91af273b7ebd693bbceae8f1d3c85c23.zip u-boot-imx-1b245fee91af273b7ebd693bbceae8f1d3c85c23.tar.gz u-boot-imx-1b245fee91af273b7ebd693bbceae8f1d3c85c23.tar.bz2 |
Tegra30: Add AVP (arm720t) files
This provides SPL support for T30 boards - AVP early init, plus
CPU (A9) init/jump to main U-Boot.
Some changes were made to Tegra20 cpu.c to move common routines
into tegra-common/cpu.c and reduce code duplication.
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/cpu/arm720t/tegra30/config.mk')
-rw-r--r-- | arch/arm/cpu/arm720t/tegra30/config.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/cpu/arm720t/tegra30/config.mk b/arch/arm/cpu/arm720t/tegra30/config.mk new file mode 100644 index 0000000..2388c56 --- /dev/null +++ b/arch/arm/cpu/arm720t/tegra30/config.mk @@ -0,0 +1,19 @@ +# +# Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved. +# +# (C) Copyright 2002 +# Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> +# +# This program is free software; you can redistribute it and/or modify it +# under the terms and conditions of the GNU General Public License, +# version 2, as published by the Free Software Foundation. +# +# This program is distributed in the hope it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +# more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# +USE_PRIVATE_LIBGCC = yes |