diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-10-27 01:29:43 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-04 22:06:37 +0100 |
commit | 6bc31fbe08f9036f5854a9e2399a43f3a96d1e2e (patch) | |
tree | cf4c1884838a6b34d808650c988cf42517acffeb /include | |
parent | d7f71414f4296fbea578e80ada1bf2435ed0a2cd (diff) | |
download | u-boot-imx-6bc31fbe08f9036f5854a9e2399a43f3a96d1e2e.zip u-boot-imx-6bc31fbe08f9036f5854a9e2399a43f3a96d1e2e.tar.gz u-boot-imx-6bc31fbe08f9036f5854a9e2399a43f3a96d1e2e.tar.bz2 |
mx53smd: Remove unused get_board_rev function
No board information is passed for MX53SMD, so remove get_board_rev function.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx53smd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index cc68749..48b32dd 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.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 |