diff options
Diffstat (limited to 'arch/ppc/boot/simple/embed_config.c')
-rw-r--r-- | arch/ppc/boot/simple/embed_config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/boot/simple/embed_config.c b/arch/ppc/boot/simple/embed_config.c index df24202073bf..3a51b1062940 100644 --- a/arch/ppc/boot/simple/embed_config.c +++ b/arch/ppc/boot/simple/embed_config.c | |||
@@ -745,7 +745,7 @@ embed_config(bd_t **bdp) | |||
745 | } | 745 | } |
746 | #endif /* WILLOW */ | 746 | #endif /* WILLOW */ |
747 | 747 | ||
748 | #ifdef CONFIG_XILINX_ML300 | 748 | #if defined(CONFIG_XILINX_ML300) || defined(CONFIG_XILINX_ML403) |
749 | void | 749 | void |
750 | embed_config(bd_t ** bdp) | 750 | embed_config(bd_t ** bdp) |
751 | { | 751 | { |
@@ -782,7 +782,7 @@ embed_config(bd_t ** bdp) | |||
782 | timebase_period_ns = 1000000000 / bd->bi_tbfreq; | 782 | timebase_period_ns = 1000000000 / bd->bi_tbfreq; |
783 | /* see bi_tbfreq definition in arch/ppc/platforms/4xx/xilinx_ml300.h */ | 783 | /* see bi_tbfreq definition in arch/ppc/platforms/4xx/xilinx_ml300.h */ |
784 | } | 784 | } |
785 | #endif /* CONFIG_XILINX_ML300 */ | 785 | #endif /* CONFIG_XILINX_ML300 || CONFIG_XILINX_ML403 */ |
786 | 786 | ||
787 | #ifdef CONFIG_IBM_OPENBIOS | 787 | #ifdef CONFIG_IBM_OPENBIOS |
788 | /* This could possibly work for all treeboot roms. | 788 | /* This could possibly work for all treeboot roms. |