diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 19:19:29 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-09-11 15:00:52 -0400 |
commit | 0c81f37d9a22b38368296ffd9ea008add8657f7d (patch) | |
tree | 5f73d758a7227712d930211a2a68fe030ca26deb /board/hale/tt01/lowlevel_init.S | |
parent | f73db66d6205438e499c725416c222642167c6d9 (diff) | |
download | u-boot-0c81f37d9a22b38368296ffd9ea008add8657f7d.tar.gz |
arm: Remove tt01 board
This board has not been converted to generic board by the deadline.
Remove it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/hale/tt01/lowlevel_init.S')
-rw-r--r-- | board/hale/tt01/lowlevel_init.S | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/board/hale/tt01/lowlevel_init.S b/board/hale/tt01/lowlevel_init.S deleted file mode 100644 index 54132a18fb..0000000000 --- a/board/hale/tt01/lowlevel_init.S +++ /dev/null @@ -1,16 +0,0 @@ -/* - * (C) Copyright 2009 Magnus Lilja <lilja.magnus@gmail.com> - * (C) Copyright 2011 Helmut Raiger <helmut.raiger@hale.at> - * - * SPDX-License-Identifier: GPL-2.0+ - */ -#include <config.h> -#include <asm/arch/imx-regs.h> -#include <asm/macro.h> - -.globl lowlevel_init -lowlevel_init: - /* Also setup the Peripheral Port Remap register inside the core */ - ldr r0, =ARM_PPMRR /* start from AIPS 2GB region */ - mcr p15, 0, r0, c15, c2, 4 - mov pc, lr |