diff options
author | Tom Rini <trini@konsulko.com> | 2016-04-24 10:24:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-04-25 15:09:46 -0400 |
commit | cb04db155f4e7ccaec1b961d8a84e1a1b9524594 (patch) | |
tree | f6c043e8f403ac65363dba711adec194e893d404 /include/configs/siemens-am33x-common.h | |
parent | 78d1e1d0a157c8b48ea19be6170b992745d30f38 (diff) | |
download | u-boot-cb04db155f4e7ccaec1b961d8a84e1a1b9524594.tar.gz |
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/siemens-am33x-common.h')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index b4aa283bcc..aecd06f74e 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -42,7 +42,6 @@ #define CONFIG_CMD_ASKENV #define CONFIG_CMD_CACHE - #define CONFIG_ENV_VARS_UBOOT_CONFIG #ifndef CONFIG_SPL_BUILD #define CONFIG_ROOTPATH "/opt/eldk" @@ -485,7 +484,6 @@ "512k(mtdoops)," \ "-(rootfs)" - #define DFU_ALT_INFO_NAND_V2 \ "spl part 0 1;" \ "spl.backup1 part 0 2;" \ @@ -577,7 +575,6 @@ "512k(mtdoops)," \ "-(configuration)" - #define CONFIG_NAND_OMAP_GPMC #define CONFIG_NAND_OMAP_ELM #define CONFIG_SYS_NAND_BASE (0x08000000) /* physical address */ |