]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm926ejs/mxs/mxs.c
mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'
[u-boot] / arch / arm / cpu / arm926ejs / mxs / mxs.c
index a1769fda1468d4a9ffd44fde8e9cf1fdb2f8f35f..c8cda6a1d1dfc7d8dc3afa6369132d833829b642 100644 (file)
@@ -320,13 +320,13 @@ void imx_get_mac_from_fuse(int dev_id, unsigned char *mac)
 }
 #endif
 
-int mx28_dram_init(void)
+int mxs_dram_init(void)
 {
        struct mxs_spl_data *data = (struct mxs_spl_data *)
                ((CONFIG_SYS_TEXT_BASE - sizeof(struct mxs_spl_data)) & ~0xf);
 
        if (data->mem_dram_size == 0) {
-               printf("MX28:\n"
+               printf("MXS:\n"
                        "Error, the RAM size passed up from SPL is 0!\n");
                hang();
        }