diff mbox

[U-Boot,01/10] novena: standardise mx6_common.h include

Message ID 1431343409-4707-2-git-send-email-pbrobinson@gmail.com
State Deferred
Delegated to: Tom Rini
Headers show

Commit Message

Peter Robinson May 11, 2015, 11:23 a.m. UTC
Standardise mx6_common.h to the same as other mx6 boards

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

---
 include/configs/novena.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini May 11, 2015, 12:38 p.m. UTC | #1
On Mon, May 11, 2015 at 12:23:20PM +0100, Peter Robinson wrote:

> Standardise mx6_common.h to the same as other mx6 boards
> 
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> 

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox

Patch

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>