* start/start.S: Fixed code section.
This commit is contained in:
Sebastian Huber
2011-08-22 14:09:55 +00:00
parent 55658c613f
commit 8c43f3d79d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2011-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
* start/start.S: Fixed code section.
2011-08-15 Julien Delange <julien.delange@gmail.com>
* irq/irq.c: Removed printk() before the interrupt initialization

View File

@@ -43,7 +43,7 @@
.equ _libnds_argv,0x027FFF70
@---------------------------------------------------------------------------------
.section ".init"
.section ".bsp_start_text", "ax"
.global _start
@---------------------------------------------------------------------------------
.align 4