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

mx53ard: Remove unused get_board_rev function


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

Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
parent 850f4d67
No related branches found
No related tags found
No related merge requests found
......@@ -37,11 +37,6 @@
DECLARE_GLOBAL_DATA_PTR;
u32 get_board_rev(void)
{
return get_cpu_rev();
}
int dram_init(void)
{
u32 size1, size2;
......
......@@ -34,7 +34,6 @@
#include <asm/arch/imx-regs.h>
#define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */
#define CONFIG_REVISION_TAG
#define CONFIG_SETUP_MEMORY_TAGS
#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