summaryrefslogtreecommitdiffstats
path: root/include/configs/trats.h
diff options
context:
space:
mode:
authorAlexey Brodkin <Alexey.Brodkin@synopsys.com>2014-02-26 17:47:58 +0400
committerTom Rini <trini@ti.com>2014-03-04 12:15:01 -0500
commit1ace4022394eacbdae12e7275c445699f8ad4833 (patch)
tree5d28aaa887ed69e1c33a203ed657c8242c249498 /include/configs/trats.h
parent3d5a335cef866273ed03da000e2b8b7d6d8c7de8 (diff)
downloadblackbird-obmc-uboot-1ace4022394eacbdae12e7275c445699f8ad4833.tar.gz
blackbird-obmc-uboot-1ace4022394eacbdae12e7275c445699f8ad4833.zip
sizes.h - consolidate for all architectures
Copied from Linux sources "include/linux/sizes.h" commit 413541dd66d51f791a0b169d9b9014e4f56be13c Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Vineet Gupta <vgupta@synopsys.com> Cc: Tom Rini <trini@ti.com> Cc: Stefan Roese <sr@denx.de> Cc: Albert Aribaud <albert.u.boot@aribaud.net> Acked-by: Tom Rini <trini@ti.com> Acked-by: Stefan Roese <sr@denx.de> [trini: Add bcm Kona platforms to the patch] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r--include/configs/trats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h
index 718107ac9f..7cea2592ff 100644
--- a/include/configs/trats.h
+++ b/include/configs/trats.h
@@ -51,7 +51,7 @@
#define MACH_TYPE_TRATS 3928
#define CONFIG_MACH_TYPE MACH_TYPE_TRATS
-#include <asm/sizes.h>
+#include <linux/sizes.h>
/* Size of malloc() pool */
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 * SZ_1M))
OpenPOWER on IntegriCloud