diff options
author | DrEagle <dreagle@doukki.net> | 2014-12-17 15:02:44 +0100 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-02-06 17:23:42 +0100 |
commit | 815451e0d12e72ea47b0ca2eb4ac610823bfb40c (patch) | |
tree | 7714f9e193eb7ef1898c0ce623e04a951cec7c95 /include/configs/sheevaplug.h | |
parent | 7f641d53bbb3a426a3bfb132d8346153e86a9d08 (diff) | |
download | u-boot-imx-815451e0d12e72ea47b0ca2eb4ac610823bfb40c.zip u-boot-imx-815451e0d12e72ea47b0ca2eb4ac610823bfb40c.tar.gz u-boot-imx-815451e0d12e72ea47b0ca2eb4ac610823bfb40c.tar.bz2 |
kirkwood: sheevaplug: fix style
Signed-off-by: GĂ©rald Kerma <drEagle@doukki.net>
Reviewed-by: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'include/configs/sheevaplug.h')
-rw-r--r-- | include/configs/sheevaplug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 21c8bda..3ebc989 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -51,6 +51,7 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB + /* * mv-common.h should be defined after CMD configs since it used them * to enable certain macros |