summaryrefslogtreecommitdiffstats
path: root/conf/machine/p1020rdb.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-07-11 10:56:44 -0700
committerKhem Raj <raj.khem@gmail.com>2012-07-11 10:57:50 -0700
commit06a955fdb95f494d0cb7f4bed790082f18547337 (patch)
tree39427a97e31c122857204ffd2fd0231e28a02963 /conf/machine/p1020rdb.conf
parenta50c1d6c853a4b62907145ba2563536f4a525774 (diff)
downloadmeta-fsl-ppc-06a955fdb95f494d0cb7f4bed790082f18547337.tar.gz
machines: Move machine specific variable to machine conf
These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/p1020rdb.conf')
-rw-r--r--conf/machine/p1020rdb.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/p1020rdb.conf b/conf/machine/p1020rdb.conf
index 653533c..c4cf9c5 100644
--- a/conf/machine/p1020rdb.conf
+++ b/conf/machine/p1020rdb.conf
@@ -12,3 +12,6 @@ KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_smp_defconfig"
12 12
13JFFS2_ERASEBLOCK = "0x20000" 13JFFS2_ERASEBLOCK = "0x20000"
14 14
15SYSVINIT_ENABLED_GETTYS = ""
16USE_VT = ""
17SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"