diff options
Diffstat (limited to 'conf/machine/t1023rdb.conf')
-rw-r--r-- | conf/machine/t1023rdb.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/machine/t1023rdb.conf b/conf/machine/t1023rdb.conf new file mode 100644 index 00000000..c895868f --- /dev/null +++ b/conf/machine/t1023rdb.conf | |||
@@ -0,0 +1,15 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale T1023RDB | ||
3 | #@SOC: t1023 | ||
4 | #@DESCRIPTION: Machine configuration for running T1023RDB in 32-bit mode | ||
5 | #@MAINTAINER: Chunrong Guo <B40290@freescale.com> | ||
6 | |||
7 | require conf/machine/include/e5500.inc | ||
8 | |||
9 | SOC_FAMILY = "t1:t1023" | ||
10 | UBOOT_MACHINES ?= "T1023RDB_NAND T1023RDB_SDCARD T1023RDB_SPIFLASH" | ||
11 | KERNEL_DEVICETREE ?= "t1023rdb.dtb t1023rdb-usdpaa.dtb t1023rdb-usdpaa-shared-interfaces.dtb" | ||
12 | KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet32_fmanv3l_smp_defconfig" | ||
13 | |||
14 | JFFS2_ERASEBLOCK = "0x10000" | ||
15 | |||