]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
am33xx: karo: define CONFIG_AM33XX before including asm/arch/omap.h
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:13:26 +0000 (14:13 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 7 Oct 2013 12:13:26 +0000 (14:13 +0200)
include/configs/tx48.h

index 4a75ced2b63362b35478c78d845ecf4228ac1f6e..70eeb0d105ee91fc0f975cc4fdb937444cf93b0c 100644 (file)
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#define CONFIG_OMAP
+#define CONFIG_AM33XX
+
 #include <asm/sizes.h>
+#include <asm/arch/omap.h>
 
 /*
  * Ka-Ro TX48 board - SoC configuration
  */
-#define CONFIG_OMAP
-#define CONFIG_AM33XX
 #define CONFIG_AM33XX_GPIO
 #define CONFIG_SYS_HZ                  1000            /* Ticks per second */