diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-12-27 05:46:33 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-01-05 18:04:47 +0100 |
commit | 7093f85c9e6824c153a3ddd645d5065884567305 (patch) | |
tree | 12be4f262c4a85305823097c3f14c74541cb88ad /include/configs | |
parent | 49ea0ff5cc9f015cb03440de7e2f4019158ab8d9 (diff) | |
download | u-boot-imx-7093f85c9e6824c153a3ddd645d5065884567305.zip u-boot-imx-7093f85c9e6824c153a3ddd645d5065884567305.tar.gz u-boot-imx-7093f85c9e6824c153a3ddd645d5065884567305.tar.bz2 |
mx51evk: Remove unneeded comment
Looks like the original comment came from a copy and paste from mx31ads.h.
It does not have a context on mx51evk anymore, so delete it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx51evk.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index fa0db38..cb3d938 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -34,10 +34,6 @@ #define CONFIG_SYS_TEXT_BASE 0x97800000 #include <asm/arch/imx-regs.h> -/* - * Disabled for now due to build problems under Debian and a significant - * increase in the final file size: 144260 vs. 109536 Bytes. - */ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS |