diff options
author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
---|---|---|
committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 13:41:56 +0100 |
commit | 177ef53047019757b70b5ca87171b2c88e26ba07 (patch) | |
tree | 70e3284e64755ae93c130e00f810ba5c501801b9 /conf/machine/p1010rdb.conf | |
download | meta-fsl-ppc-enea_linux_3.tar.gz |
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf/machine/p1010rdb.conf')
-rw-r--r-- | conf/machine/p1010rdb.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf new file mode 100644 index 0000000..2ee53fc --- /dev/null +++ b/conf/machine/p1010rdb.conf | |||
@@ -0,0 +1,17 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@Name: Freescale P1010RDB | ||
3 | #@DESCRIPTION: Machine configuration for the Freescale P1010RDB | ||
4 | |||
5 | require e500v2.inc | ||
6 | require conf/machine/include/soc-family.inc | ||
7 | |||
8 | SOC_FAMILY = "p1010" | ||
9 | UBOOT_MACHINES ?= "P1010RDB_NAND P1010RDB_NOR" | ||
10 | KERNEL_DEVICETREE = "p1010rdb.dtb" | ||
11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | ||
12 | |||
13 | JFFS2_ERASEBLOCK = "0x20000" | ||
14 | |||
15 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0" | ||
16 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
17 | USE_VT = "0" | ||