diff options
Diffstat (limited to 'conf/machine/mpc8323e-rdb.conf')
-rw-r--r-- | conf/machine/mpc8323e-rdb.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/mpc8323e-rdb.conf b/conf/machine/mpc8323e-rdb.conf new file mode 100644 index 0000000000..a6b29552c5 --- /dev/null +++ b/conf/machine/mpc8323e-rdb.conf @@ -0,0 +1,25 @@ +#@TYPE: Machine +#@Name: Freescale MPC8323E-RDB +#@DESCRIPTION: Machine configuration for the Freescale MPC8323E-RDB + +TARGET_ARCH = "powerpc" +TARGET_FPU = "soft" +PACKAGE_EXTRA_ARCHS = "all ${MACHINE} ppc ppce300c2" + +PREFERRED_PROVIDER_virtual/kernel = "linux" + +MACHINE_FEATURES = "kernel26 usbhost ext2" + +PREFERRED_VERSION_u-boot = "git" +UBOOT_MACHINE = "MPC8323ERDB_config" + +EXTRA_IMAGECMD_jffs2 = "--pad --big-endian --eraseblock=0x20000" + +#don't try to access tty1 +USE_VT = "0" + +SERIAL_CONSOLE = "115200 ttyS0" + +#tune for the e300c2 core +require conf/machine/include/tune-ppce300c2.inc + |