]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/ELPT860.h
Makefile: move all Power Architecture boards into boards.cfg
[people/ms/u-boot.git] / include / configs / ELPT860.h
index ff58ea92237a5e22f860bda1d1676d0b50ae5b33..99d0eb1ed536543d7225a9573ca78a0f4b4c5c65 100644 (file)
@@ -47,6 +47,8 @@
 #define CONFIG_MPC860T         1
 #define CONFIG_ELPT860         1       /* ...on a LEOX's ELPT860 CPU board */
 
+#define CONFIG_SYS_TEXT_BASE   0x02000000
+
 #define CONFIG_8xx_CONS_SMC1   1       /* Console is on SMC1               */
 #undef   CONFIG_8xx_CONS_SMC2
 #undef   CONFIG_8xx_CONS_NONE
@@ -57,6 +59,7 @@
 #define CONFIG_BOOTDELAY       5       /* autoboot after 5 seconds     */
 
 #define CONFIG_BOARD_EARLY_INIT_F 1    /* Call board_early_init_f      */
+#define CONFIG_RESET_PHY_R     1       /* Call reset_phy()             */
 
 /* BOOT arguments */
 #define CONFIG_PREBOOT                                                    \