From cb04db155f4e7ccaec1b961d8a84e1a1b9524594 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sun, 24 Apr 2016 10:24:59 -0400 Subject: include/configs: Whitespace fixup A number of moveconfig.py runs have left a instances of multiple empty lines in a row. Correct this to a single empty line. Signed-off-by: Tom Rini --- include/configs/TQM850M.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/TQM850M.h') diff --git a/include/configs/TQM850M.h b/include/configs/TQM850M.h index 40c60fc584..469cd3f03e 100644 --- a/include/configs/TQM850M.h +++ b/include/configs/TQM850M.h @@ -84,7 +84,6 @@ #define CONFIG_BOOTP_BOOTPATH #define CONFIG_BOOTP_BOOTFILESIZE - #define CONFIG_MAC_PARTITION #define CONFIG_DOS_PARTITION @@ -99,10 +98,8 @@ #define CONFIG_CMD_IDE #define CONFIG_CMD_JFFS2 - #define CONFIG_NETCONSOLE - /* * Miscellaneous configurable options */ -- cgit