I got bullied in IRC by linuxstb and markun...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14909 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-09-30 08:57:49 +00:00
parent a5e788fe85
commit 80f1688423
25 changed files with 15 additions and 15 deletions

View file

@ -333,7 +333,7 @@ target/arm/crt0-pp.S
#elif CONFIG_CPU == PNX0101
target/arm/pnx0101/crt0-pnx0101.S
#elif defined(OLYMPUS_MROBE_500)
target/arm/olympus/mrobe-500/crt0.S
target/arm/tms320dm320/mrobe-500/crt0.S
#elif defined(CPU_ARM)
target/arm/crt0.S
#endif /* defined(CPU_*) */
@ -622,18 +622,18 @@ target/arm/imx31/gigabeat-s/pcm-imx31.c
#ifdef MROBE_500
#ifndef SIMULATOR
target/arm/olympus/mrobe-500/adc-mr500.c
target/arm/olympus/mrobe-500/ata-mr500.c
target/arm/olympus/mrobe-500/backlight-mr500.c
target/arm/olympus/mrobe-500/button-mr500.c
target/arm/olympus/mrobe-500/kernel-mr500.c
target/arm/olympus/mrobe-500/lcd-mr500.c
target/arm/olympus/mrobe-500/power-mr500.c
target/arm/olympus/mrobe-500/system-mr500.c
target/arm/olympus/mrobe-500/timer-mr500.c
target/arm/olympus/mrobe-500/usb-mr500.c
target/arm/olympus/mrobe-500/uart-mr500.c
target/arm/olympus/mrobe-500/spi-mr500.c
target/arm/tms320dm320/mrobe-500/adc-mr500.c
target/arm/tms320dm320/mrobe-500/ata-mr500.c
target/arm/tms320dm320/mrobe-500/backlight-mr500.c
target/arm/tms320dm320/mrobe-500/button-mr500.c
target/arm/tms320dm320/mrobe-500/kernel-mr500.c
target/arm/tms320dm320/mrobe-500/lcd-mr500.c
target/arm/tms320dm320/mrobe-500/power-mr500.c
target/arm/tms320dm320/mrobe-500/system-mr500.c
target/arm/tms320dm320/mrobe-500/timer-mr500.c
target/arm/tms320dm320/mrobe-500/usb-mr500.c
target/arm/tms320dm320/mrobe-500/uart-mr500.c
target/arm/tms320dm320/mrobe-500/spi-mr500.c
#ifndef BOOTLOADER
#endif

View file

@ -10,7 +10,7 @@ OUTPUT_ARCH(arm)
#ifdef CPU_PP
INPUT(target/arm/crt0-pp-bl.o)
#elif defined(OLYMPUS_MROBE_500)
INPUT(target/arm/olympus/mrobe-500/crt0.o)
INPUT(target/arm/tms320dm320/mrobe-500/crt0.o)
#else
INPUT(target/arm/crt0.o)
#endif

2
tools/configure vendored
View file

@ -1301,7 +1301,7 @@ EOF
bootoutput="rockbox.mrboot"
# architecture, manufacturer and model for the target-tree build
t_cpu="arm"
t_manufacturer="olympus"
t_manufacturer="tms320dm320"
t_model="mrobe-500"
;;