]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - api/api_platform-powerpc.c
axs10x: Get rid of both I2C and EEPROM who used to use I2C
[people/ms/u-boot.git] / api / api_platform-powerpc.c
index eb421d642d305b689b546d1ced6faafabcfe8a36..d1b54ea4e141a9062fb7642355a6620e7e29c2c1 100644 (file)
@@ -30,11 +30,8 @@ int platform_sys_info(struct sys_info *si)
        si->clk_bus = gd->bus_clk;
        si->clk_cpu = gd->cpu_clk;
 
-#if defined(CONFIG_5xx) || defined(CONFIG_8xx) || defined(CONFIG_8260) || \
-    defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
+#if defined(CONFIG_E500) || defined(CONFIG_MPC86xx)
 #define bi_bar bi_immr_base
-#elif defined(CONFIG_MPC5xxx)
-#define bi_bar bi_mbar_base
 #elif defined(CONFIG_MPC83xx)
 #define bi_bar bi_immrbar
 #endif