From 1066434eb1d4add0aab24996ef54e4043b3ea159 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Wed, 31 Aug 2005 14:12:12 +0000 Subject: devkitidp-pxa255: rename vibren-pxa255idp machine to devkitidp-pxa255 --- conf/machine/devkitidp-pxa255.conf | 23 +++++++++++++++++++++++ conf/machine/vibren-pxa255idp.conf | 23 ----------------------- 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 conf/machine/devkitidp-pxa255.conf delete mode 100644 conf/machine/vibren-pxa255idp.conf (limited to 'conf') diff --git a/conf/machine/devkitidp-pxa255.conf b/conf/machine/devkitidp-pxa255.conf new file mode 100644 index 0000000000..ff4a82f95c --- /dev/null +++ b/conf/machine/devkitidp-pxa255.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@Name: BSQUARE PXA255 DevKitIDP Development Platform +#@DESCRIPTION: Machine configuration for PXA255 DevKitIDP + +TARGET_ARCH = "arm" + +GUI_MACHINE_CLASS = "bigscreen" +IPKG_ARCHS = "all arm armv5te ${MACHINE}" + +PREFERRED_PROVIDER_virtual/bootloader = "uboot-${MACHINE}" +PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" + +BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel virtual/bootloader" + +include conf/machine/tune-xscale.conf + +# used by sysvinit_2 +SERIAL_CONSOLE = "115200 ttyS0" + +# used by opie-collections.inc +ROOT_FLASH_SIZE = "32" + + diff --git a/conf/machine/vibren-pxa255idp.conf b/conf/machine/vibren-pxa255idp.conf deleted file mode 100644 index 7071ed7296..0000000000 --- a/conf/machine/vibren-pxa255idp.conf +++ /dev/null @@ -1,23 +0,0 @@ -#@TYPE: Machine -#@Name: Vibren PXA255 IDP Development Platform -#@DESCRIPTION: Machine configuration for Vibren PXA255 IDP - -TARGET_ARCH = "arm" - -GUI_MACHINE_CLASS = "bigscreen" -IPKG_ARCHS = "all arm armv5te ${MACHINE}" - -PREFERRED_PROVIDER_virtual/bootloader = "uboot-${MACHINE}" -PREFERRED_PROVIDER_virtual/kernel = "${MACHINE}-kernel" - -BOOTSTRAP_EXTRA_DEPENDS += "virtual/kernel virtual/bootloader" - -include conf/machine/tune-xscale.conf - -# used by sysvinit_2 -SERIAL_CONSOLE = "115200 ttyS0" - -# used by opie-collections.inc -ROOT_FLASH_SIZE = "32" - - -- cgit v1.2.3