renamed lpc24xx BSPs

This commit is contained in:
Thomas Doerfler
2009-10-05 10:32:55 +00:00
parent 24dc66c6ef
commit aa5ddd3d77
2 changed files with 5 additions and 4 deletions
+4 -3
View File
@@ -43,9 +43,10 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
hsc_cm01) $2=gen83xx ;; # MPC8349 based board
mpc8313erdb) $2=gen83xx ;; # MPC83XX based board
rtl22xx_t) $2=rtl22xx ;; # rtl22xx bsp in thumb mode
lpc2478) $2=lpc24xx ;; # LPC2478 (QVGA Base Board from Embedded Artists)
lpc2478_ncs) $2=lpc24xx ;; # LPC2478 (NCS)
lpc2478_ncs_ram) $2=lpc24xx ;; # LPC2478 (NCS, code and data in external RAM)
lpc24xx_ea) $2=lpc24xx ;; # LPC2478 (QVGA Base Board from Embedded Artists)
lpc24xx_ncs_rom_int) $2=lpc24xx ;; # LPC24XX (NCS)
lpc24xx_ncs_rom_ext) $2=lpc24xx ;; # LPC24XX (NCS)
lpc24xx_ncs_ram) $2=lpc24xx ;; # LPC24XX (NCS)
simcpu32) $2=sim68000 ;; # BSVC CPU32 variant
simsh1) $2=shsim ;; # SH1 simulator in GDB
simsh2) $2=shsim ;; # SH2 simulator in GDB
+1 -1
View File
@@ -36,7 +36,7 @@ AC_MSG_CHECKING([for available BSPs])
pc386) bsps="pc386 pc386dx pc486 pc586 pc686";;
erc32) bsps="erc32 sis";;
rtl22xx) bsps="rtl22xx rtl22xx_t";;
lpc24xx) bsps="lpc2478 lpc2478_ncs lpc2478_ncs_ram";;
lpc24xx) bsps="lpc24xx_ea lpc24xx_ncs_rom_int lpc24xx_ncs_rom_ext lpc24xx_ncs_ram";;
sim68000) bsps="sim68000 simcpu32";;
shsim) bsps="simsh1 simsh2 simsh4";;
m32cbsp) bsps="m32csim";;