summaryrefslogtreecommitdiffstats
path: root/conf/machine/mpc8548cds.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove 85xx NPI/Boards, P102x combo board and P1023RDS boardChunrong Guo2013-07-051-18/+0
| | | | | | | | | | These boards were not tested with latest released sdk 1.4 codes (kernel, u-boot, etc.). To avoid confusion and potential error, detete these machines from master/dylan branch of this layer. If anyone want to use them, please use danny/denzil/edison branch. Signed-off-by: Chunrong Guo <B40290@freescale.com>
* Remove unnecessary variables from machine confZhenhua Luo2013-04-111-2/+0
| | | | | | | 1. USE_VT = "" is duplicated with USE_VT = "0" and is removed. 2. SYSVINIT_ENABLED_GETTYS is useful when USE_VT = "1", so remove it. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
* conf/machines: update to use SOC_FAMILYMatthew McClintock2013-02-181-0/+2
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* add additional u-boot and dts for mpc85xxTing Liu2012-09-121-2/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* disable extra inittab changesMatthew McClintock2012-08-141-0/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* move serial console definitions into machine.conf so they are available for ↵Matthew McClintock2012-08-141-0/+1
| | | | | | all distros (e.g. poky and fsl) Signed-off-by: Matthew McClintock <msm@freescale.com>
* u-boot: change UBOOT_MACHINES to use ?= so they can be overriddenMatthew McClintock2012-08-061-1/+1
| | | | Signed-off-by: Matthew McClintock <msm@freescale.com>
* machines: Move machine specific variable to machine confKhem Raj2012-07-111-0/+3
| | | | | | | These variables are machine specific and therefore they need to be in machine conf Signed-off-by: Khem Raj <raj.khem@gmail.com>
* correct dts file for targetsZhenhua Luo2012-07-101-1/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* define JFFS2_ERASEBLOCK size for all boardsTing Liu2012-05-091-0/+3
| | | | Signed-off-by: Ting Liu <b28495@freescale.com>
* update the kernel defconfig for non-smp targetsZhenhua Luo2011-12-081-1/+1
| | | | Signed-off-by: Zhenhua Luo <b19537@freescale.com>
* conf/machines: add non-dpaa target boards supportZhenhua Luo2011-12-071-0/+9
The following boards are added: mpc8536ds.conf, mpc8548cds.conf, p1010rdb.conf, p1020mbg.conf, p1020utm.conf,p1021rdb.conf, p1024rdb.conf, p1025rdb.conf, p2020rdb.conf Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Matthew McClintock <msm@freescale.com>