diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2015-05-22 16:30:44 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-05-26 13:31:48 (GMT) |
commit | 60667a53bc6dcdc5e8413c10689eadf7c8eb86bb (patch) | |
tree | 9ecbcaf135e2e53265e53b5478c014b45f121273 /include/configs | |
parent | 9d3b56544137b1390b235ed0991a3b5740ceb208 (diff) | |
download | u-boot-60667a53bc6dcdc5e8413c10689eadf7c8eb86bb.tar.xz |
novena: standardise mx6_common.h include
Standardise mx6_common.h to the same as other mx6 boards
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Tom Rini <trini at konsulko.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/novena.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/novena.h b/include/configs/novena.h index 425db8a..5040c8e 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -25,7 +25,7 @@ #define CONFIG_SYS_GENERIC_BOARD #define CONFIG_SYS_NO_FLASH -#include "configs/mx6_common.h" +#include "mx6_common.h" #include <asm/arch/imx-regs.h> #include <asm/imx-common/gpio.h> #include <config_cmd_default.h> |