summaryrefslogtreecommitdiff
path: root/common/tools/genNVRAM/genNVRAM.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/tools/genNVRAM/genNVRAM.c')
-rw-r--r--common/tools/genNVRAM/genNVRAM.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/tools/genNVRAM/genNVRAM.c b/common/tools/genNVRAM/genNVRAM.c
index 9ea6588968..f5962fdc95 100644
--- a/common/tools/genNVRAM/genNVRAM.c
+++ b/common/tools/genNVRAM/genNVRAM.c
@@ -236,9 +236,9 @@ struct iomux_config_table_t
/* See iomux_cfg.h. */
static const struct iomux_config_table_t iomux_config_table[] =
{
- { "bringup", iomux_config_bringup },
- { "bringup_uart_leon", iomux_config_bringup_uart_leon },
- { "bringup_dsu_uart_leon", iomux_config_bringup_dsu_uart_leon },
+ { "msk500-ddr2_1", iomux_config_msk500_ddr2_1 },
+ { "msk500-ddr2_2", iomux_config_msk500_ddr2_2 },
+ { "msk500-ddr2_3", iomux_config_msk500_ddr2_3 },
NULL
};