From ab37df9d221e12adf709c7391c001b9dd5d33606 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Mon, 25 Apr 2022 14:21:20 +0530 Subject: powerpc: mpc85xx: Remove duplicate u-boot-nand.lds Signed-off-by: Priyanka Jain --- include/configs/T104xRDB.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/T104xRDB.h') diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 8ef6068cb91..de31f695c60 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -40,6 +40,9 @@ #endif #define CONFIG_SYS_NAND_U_BOOT_DST 0x30000000 #define CONFIG_SYS_NAND_U_BOOT_START 0x30000000 +#ifndef CONFIG_MPC85XX_HAVE_RESET_VECTOR +#define CONFIG_SYS_MPC85XX_NO_RESETVEC +#endif #endif #ifdef CONFIG_SPIFLASH -- cgit v1.2.3