X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fcyrus.h;h=007356bad9b4d7113bcb4f91fa6e990f719a5d5d;hb=4862830b696a6d0750e19d32a82553cdb41a85f8;hp=f0844a47ed48fa72c89ce66be289430457095161;hpb=844fb498cc978608ec88bdf29913c0d46c85bfff;p=oweals%2Fu-boot.git diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index f0844a47ed..007356bad9 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -1,7 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Based on corenet_ds.h - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H @@ -37,7 +36,6 @@ /* High Level Configuration Options */ #define CONFIG_SYS_BOOK3E_HV /* Category E.HV supported */ -#define CONFIG_MP /* support multiple processors */ #define CONFIG_SYS_MMC_MAX_DEVICE 1 @@ -51,7 +49,6 @@ #define CONFIG_ENV_OVERWRITE #if defined(CONFIG_SDCARD) -#define CONFIG_SYS_EXTRA_ENV_RELOC #define CONFIG_FSL_FIXED_MMC_LOCATION #define CONFIG_SYS_MMC_ENV_DEV 0 #define CONFIG_ENV_SIZE 0x2000 @@ -152,8 +149,6 @@ #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ @@ -378,7 +373,6 @@ #ifdef CONFIG_FMAN_ENET #define CONFIG_SYS_TBIPA_VALUE 8 -#define CONFIG_MII /* MII PHY management */ #define CONFIG_ETHPRIME "FM1@DTSEC4" #endif @@ -476,7 +470,4 @@ #include -#ifdef CONFIG_SECURE_BOOT -#endif - #endif /* __CONFIG_H */