diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-05-12 09:43:10 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-05-17 12:03:29 +0200 |
commit | 8f5b794394d7abfffd37d80bd76f068a1370c5a5 (patch) | |
tree | aa9fd1ac2d95e6bedcd1b089cf20dbd35cda070d | |
parent | 71720d67933bc0e5c64480397c3554663f7b9ff4 (diff) | |
download | u-boot-8f5b794394d7abfffd37d80bd76f068a1370c5a5.tar.gz |
mx6 common: remove dangling comment
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
-rw-r--r-- | include/configs/mx6_common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index a8182b3434..3023701875 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -51,8 +51,6 @@ /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE -/* Filesystems and image support */ - /* Miscellaneous configurable options */ #define CONFIG_SYS_CBSIZE 512 #define CONFIG_SYS_MAXARGS 32 |