From 67b4f5302a40bd9a963e48d964a5895d60f75e8f Mon Sep 17 00:00:00 2001 From: York Sun Date: Thu, 14 Jun 2018 14:25:52 -0700 Subject: powerpc: mpc85xx: Drop u-boot-with-spl.bin on selected boards For SoCs with PBL, u-boot-with-spl-pbl.bin is the final image for SPL boot. Drop unused u-boot-with-spl.bin. Signed-off-by: York Sun CC: Ashish Kumar CC: Ruchika Gupta CC: Priyanka Jain CC: Shengzhou Liu --- include/configs/T102xQDS.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/T102xQDS.h') diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index b65477e396..d88c9678dd 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -29,7 +29,6 @@ #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_SYS_FSL_PBL_PBI board/freescale/t102xqds/t1024_pbi.cfg #define CONFIG_SPL_FLUSH_IMAGE -#define CONFIG_SPL_TARGET "u-boot-with-spl.bin" #define CONFIG_SPL_TEXT_BASE 0xFFFD8000 #define CONFIG_SPL_PAD_TO 0x40000 #define CONFIG_SPL_MAX_SIZE 0x28000 -- cgit v1.2.1