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