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