diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-10-27 01:29:41 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-04 22:06:37 +0100 |
commit | 850f4d67733dc0f58ddf15cb59cded81aa874b78 (patch) | |
tree | 5cccaa5fff284b400113b887ea3b84c7179af725 /include/configs/mx53evk.h | |
parent | 4f97c88ea183f8aee27dfeb0bec1bc97375895c7 (diff) | |
download | u-boot-850f4d67733dc0f58ddf15cb59cded81aa874b78.tar.gz u-boot-850f4d67733dc0f58ddf15cb59cded81aa874b78.tar.bz2 u-boot-850f4d67733dc0f58ddf15cb59cded81aa874b78.zip |
mx53evk: Remove unused get_board_rev function
No board information is passed for MX53EVK, so remove get_board_rev function.
Cc: Jason Liu <r64343@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r-- | include/configs/mx53evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 1de2bf2367..7c491360f2 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -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 |