summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Bießmann <andreas.devel@googlemail.com>2010-09-24 23:31:43 +0200
committerWolfgang Denk <wd@denx.de>2010-10-13 09:59:33 +0200
commita4a87d8a933f648381d0cb9a913058cc2afa3cd4 (patch)
tree6b0ff8f37d6db7df8f9fb58cfc7f36e99e8642e5 /include
parentbfe8fe87bac5ad5b63aa64167c5fe719c3c300cd (diff)
downloadtalos-obmc-uboot-a4a87d8a933f648381d0cb9a913058cc2afa3cd4.tar.gz
talos-obmc-uboot-a4a87d8a933f648381d0cb9a913058cc2afa3cd4.zip
arch/arm/include/asm/sizes.h: cleanups
Merge several sizes.h in asm/arch subdirectories into a single asm/sizes.h file. Fixup usage of asm/arch/sizes.h in some files to use the merged file. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/h2_p2_dbg_board.h2
-rw-r--r--include/configs/omap1510.h2
-rw-r--r--include/configs/omap730.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/h2_p2_dbg_board.h b/include/configs/h2_p2_dbg_board.h
index e0d823f2dc..a4dea7dd2f 100644
--- a/include/configs/h2_p2_dbg_board.h
+++ b/include/configs/h2_p2_dbg_board.h
@@ -31,7 +31,7 @@
#ifndef __INCLUDED_H2_P2_DBH_BOARD_H
#define __INCLUDED_H2_P2_DBH_BOARD_H
-#include <asm/arch/sizes.h>
+#include <asm/sizes.h>
/*
* The Debug board is designed to function with the P2 Sample, H2
diff --git a/include/configs/omap1510.h b/include/configs/omap1510.h
index 931560cdcf..e6d9c7aa79 100644
--- a/include/configs/omap1510.h
+++ b/include/configs/omap1510.h
@@ -28,7 +28,7 @@
* 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#include <asm/arch/sizes.h>
+#include <asm/sizes.h>
/*
There are 2 sets of general I/O -->
diff --git a/include/configs/omap730.h b/include/configs/omap730.h
index 04d51446ef..c7682a192f 100644
--- a/include/configs/omap730.h
+++ b/include/configs/omap730.h
@@ -31,7 +31,7 @@
#ifndef __INCLUDED_OMAP730_H
#define __INCLUDED_OMAP730_H
-#include <asm/arch/sizes.h>
+#include <asm/sizes.h>
/***************************************************************************
* OMAP730 Configuration Registers
OpenPOWER on IntegriCloud