diff options
| author | Chunrong Guo <B40290@freescale.com> | 2013-06-27 09:19:58 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-06-28 10:47:23 +0800 |
| commit | d2a4aa0dec7e64b9b32730b846141847fc17ff19 (patch) | |
| tree | 46890bda0dd129830f181a1d8b641fbb9666f275 /conf/machine | |
| parent | cb4b414952c02dcb6eedabb4d076aaf3350d4f9f (diff) | |
| download | meta-fsl-ppc-d2a4aa0dec7e64b9b32730b846141847fc17ff19.tar.gz | |
add p1023rdb support
Change-Id:Ic42311e8619e5fbcf6f53f9f661439f6776dd760
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/p1023rdb.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/p1023rdb.conf b/conf/machine/p1023rdb.conf new file mode 100644 index 0000000..e591e09 --- /dev/null +++ b/conf/machine/p1023rdb.conf | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@DESCRIPTION: Machine configuration for running | ||
| 3 | |||
| 4 | require e500v2.inc | ||
| 5 | require conf/machine/include/soc-family.inc | ||
| 6 | |||
| 7 | SOC_FAMILY = "p1023" | ||
| 8 | UBOOT_MACHINES ?= "P1023RDB" | ||
| 9 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/p1023rdb.dts" | ||
| 10 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/85xx/p1023rds_defconfig" | ||
| 11 | |||
| 12 | JFFS2_ERASEBLOCK = "0x10000" | ||
| 13 | |||
| 14 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
| 15 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 16 | USE_VT = "0" | ||
