summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf')
-rw-r--r--meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
index eae8157eab..441987a78e 100644
--- a/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto-bsp/conf/machine/mpc8315e-rdb.conf
@@ -1,5 +1,5 @@
1#@TYPE: Machine 1#@TYPE: Machine
2#@DESCRIPTION: Machine configuration for running 2#@DESCRIPTION: Machine configuration for running
3 3
4TARGET_FPU = "" 4TARGET_FPU = ""
5 5
@@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "uImage"
10EXTRA_IMAGEDEPENDS += "u-boot" 10EXTRA_IMAGEDEPENDS += "u-boot"
11UBOOT_MACHINE = "MPC8315ERDB_config" 11UBOOT_MACHINE = "MPC8315ERDB_config"
12 12
13SERIAL_CONSOLE = "115200 ttyS0" 13SERIAL_CONSOLES = "115200;ttyS0"
14 14
15MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" 15MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
16 16