X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2FCCM.h;h=3f4a2c103e38c7cc6c708bb5754160be30b9e48e;hb=18a056a18f6294a88c34105efcabf4c0638a946b;hp=d1c293ff0adf06b5d03a6722e3ce93f4cc7df4b1;hpb=50bd0057ba8fceeb48533f8b1a652ccd0e170838;p=oweals%2Fu-boot.git diff --git a/include/configs/CCM.h b/include/configs/CCM.h index d1c293ff0a..3f4a2c103e 100644 --- a/include/configs/CCM.h +++ b/include/configs/CCM.h @@ -37,6 +37,8 @@ #define CONFIG_MPC860 1 /* This is a MPC860 CPU ... */ #define CONFIG_CCM 1 /* on a Card Controller Module */ +#define CONFIG_MISC_INIT_R /* Call misc_init_r() */ +#define CONFIG_RESET_PHY_R 1 /* Call reset_phy() */ #define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */ #undef CONFIG_8xx_CONS_SMC2