diff options
author | Tom Rini <trini@ti.com> | 2014-02-05 08:04:38 -0500 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-05 08:04:38 -0500 |
commit | e141652b9cd0cb4f899f7a0fd71c8a438300e365 (patch) | |
tree | be937b55189ac7df060e31231b46ef7881893799 | |
parent | 13a49c3a739bec2414c2833e0393469aab93e870 (diff) | |
download | u-boot-imx-e141652b9cd0cb4f899f7a0fd71c8a438300e365.zip u-boot-imx-e141652b9cd0cb4f899f7a0fd71c8a438300e365.tar.gz u-boot-imx-e141652b9cd0cb4f899f7a0fd71c8a438300e365.tar.bz2 |
config: Fix line lengths in include/config_distro_defaults.h
Signed-off-by: Tom Rini <trini@ti.com>
-rw-r--r-- | include/config_distro_defaults.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/config_distro_defaults.h b/include/config_distro_defaults.h index 11b5b79..5d18a4b 100644 --- a/include/config_distro_defaults.h +++ b/include/config_distro_defaults.h @@ -8,8 +8,9 @@ #define _CONFIG_CMD_DISTRO_DEFAULTS_H /* - * List of all commands and options that when defined enables support for features - * required by distros to support boards in a standardised and consitant manner. + * List of all commands and options that when defined enables support for + * features required by distros to support boards in a standardised and + * consitant manner. */ #define CONFIG_BOOTP_BOOTPATH |