
Albert,
Please pull u-boot-tegra/master into ARM/master. Thanks!
./MAKEALL for all the Tegra boards is OK, running a ./MAKEALL -a arm now. tools/checkpatch.pl is clean.
The following changes since commit fd725691797bb3192af15a15c2cba7d0b2ee9327:
arm: Enable -ffunction-sections / -fdata-sections / --gc-sections (2013-05-23 12:09:56 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-tegra master
for you to fetch changes up to 60985bba58e7695dac1fddae8cdbb62d8cfd1254:
tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build (2013-05-28 12:58:44 -0700)
---------------------------------------------------------------- Allen Martin (1): Tegra: clk: always use find_best_divider() for periph clocks
Axel Lin (2): ARM: arm720t: Add missing CONFIG_SKIP_LOWLEVEL_INIT guard for cpu_init_crit tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build
Stephen Warren (3): tegra: always build u-boot-nodtb-tegra.bin ARM: tegra: support SKU 1 of Tegra114 ARM: tegra: support SKU 7 of Tegra20
Tom Warren (2): Tegra: T30: Beaver: Fix board/board_name env vars, s/b beaver, not cardhu Tegra: Remove unused/non-existent spl linker script reference
Makefile | 17 ++++++--------- arch/arm/cpu/arm720t/start.S | 4 ++-- arch/arm/cpu/tegra-common/ap.c | 2 ++ arch/arm/cpu/tegra-common/clock.c | 10 ++++----- arch/arm/include/asm/arch-tegra/tegra.h | 2 ++ board/nvidia/beaver/Makefile | 38 +++++++++++++++++++++++++++++++++ boards.cfg | 2 +- include/configs/tegra-common-post.h | 2 ++ include/configs/tegra114-common.h | 2 -- include/configs/tegra20-common.h | 2 -- include/configs/tegra30-common.h | 2 -- 11 files changed, 59 insertions(+), 24 deletions(-) create mode 100644 board/nvidia/beaver/Makefile