From 8ca210a4af9fd039e290cfcc309adde543999c1f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 9 Aug 2013 08:24:22 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6108 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/SPC560Pxx/bam.s | 47 ---------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 os/ports/GCC/PPC/SPC560Pxx/bam.s (limited to 'os/ports/GCC/PPC/SPC560Pxx/bam.s') diff --git a/os/ports/GCC/PPC/SPC560Pxx/bam.s b/os/ports/GCC/PPC/SPC560Pxx/bam.s deleted file mode 100644 index d1feed8d3..000000000 --- a/os/ports/GCC/PPC/SPC560Pxx/bam.s +++ /dev/null @@ -1,47 +0,0 @@ -/* - ChibiOS/RT - Copyright (C) 2006,2007,2008,2009,2010, - 2011,2012,2013 Giovanni Di Sirio. - - This file is part of ChibiOS/RT. - - ChibiOS/RT is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - ChibiOS/RT is distributed in the hope that 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 . -*/ - -/** - * @file SPC560Pxx/bam.s - * @brief SPC560Pxx boot assistant record. - * - * @addtogroup PPC_CORE - * @{ - */ - -#if !defined(__DOXYGEN__) - - /* BAM record.*/ - .section .bam, "ax" - .long 0x015A0000 - .long _reset_address - - .align 2 - .globl _reset_address - .type _reset_address, @function -_reset_address: - bl _coreinit - bl _ivinit - - b _boot_address - -#endif /* !defined(__DOXYGEN__) */ - -/** @} */ -- cgit v1.2.3