[U-Boot] [PATCH] t1024qds: add missing T1024QDS_defconfig

Add missing T1024QDS_defconfig for NOR boot on T1024QDS.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@freescale.com --- configs/T1024QDS_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/T1024QDS_defconfig
diff --git a/configs/T1024QDS_defconfig b/configs/T1024QDS_defconfig new file mode 100644 index 0000000..94a76ba --- /dev/null +++ b/configs/T1024QDS_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="PPC_T1024" +CONFIG_PPC=y +CONFIG_MPC85xx=y +CONFIG_TARGET_T102XQDS=y

Shengzhou,
On 12/16/2014 11:39 PM, Shengzhou Liu wrote:
Add missing T1024QDS_defconfig for NOR boot on T1024QDS.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@freescale.com
configs/T1024QDS_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/T1024QDS_defconfig
diff --git a/configs/T1024QDS_defconfig b/configs/T1024QDS_defconfig new file mode 100644 index 0000000..94a76ba --- /dev/null +++ b/configs/T1024QDS_defconfig @@ -0,0 +1,4 @@ +CONFIG_SYS_EXTRA_OPTIONS="PPC_T1024" +CONFIG_PPC=y +CONFIG_MPC85xx=y +CONFIG_TARGET_T102XQDS=y
T1024QDS_D4 is also missing. Do you want to update this patch or send another one?
York

On 12/17/2014 01:39 AM, Shengzhou Liu wrote:
Add missing T1024QDS_defconfig for NOR boot on T1024QDS.
Signed-off-by: Shengzhou Liu Shengzhou.Liu@freescale.com
Applied to u-boot-mpc85xx master branch, awaiting upstream.
York
participants (2)
-
Shengzhou Liu
-
York Sun