Skip to content
Snippets Groups Projects
Commit aa2bcf4b authored by Fabio Estevam's avatar Fabio Estevam Committed by Albert ARIBAUD
Browse files

mx53loco: Remove unused get_board_rev function


No board information is passed for MX53LOCO, so remove get_board_rev function.

Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarJason Liu <r64343@freescale.com>
parent a7abca01
No related branches found
No related tags found
No related merge requests found
...@@ -38,11 +38,6 @@ ...@@ -38,11 +38,6 @@
DECLARE_GLOBAL_DATA_PTR; DECLARE_GLOBAL_DATA_PTR;
u32 get_board_rev(void)
{
return get_cpu_rev();
}
int dram_init(void) int dram_init(void)
{ {
u32 size1, size2; u32 size1, size2;
......
...@@ -35,7 +35,6 @@ ...@@ -35,7 +35,6 @@
#include <asm/arch/imx-regs.h> #include <asm/arch/imx-regs.h>
#define CONFIG_CMDLINE_TAG #define CONFIG_CMDLINE_TAG
#define CONFIG_REVISION_TAG
#define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_INITRD_TAG #define CONFIG_INITRD_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment