diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-10-26 09:01:00 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-11-03 22:56:19 +0100 |
commit | 9c818b1b98b9f23b6cf301389af641e194f061b9 (patch) | |
tree | 38eba177aaf193db3cf95e8bea5bd31b82054df5 /include/configs/mx51evk.h | |
parent | 4f521418359520591de630b16235311b31c94b6e (diff) | |
download | u-boot-imx-9c818b1b98b9f23b6cf301389af641e194f061b9.zip u-boot-imx-9c818b1b98b9f23b6cf301389af641e194f061b9.tar.gz u-boot-imx-9c818b1b98b9f23b6cf301389af641e194f061b9.tar.bz2 |
mx51evk: Remove unused get_board_rev function
No board information is passed for MX51EVK, so remove get_board_rev function.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs/mx51evk.h')
-rw-r--r-- | include/configs/mx51evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 85229d6..7c7544f 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -42,7 +42,6 @@ */ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ -#define CONFIG_REVISION_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG |