summaryrefslogtreecommitdiff
path: root/include/post.h
diff options
context:
space:
mode:
authorZhao Qiang <B45475@freescale.com>2014-06-03 08:27:07 (GMT)
committerYork Sun <yorksun@freescale.com>2014-07-22 23:25:54 (GMT)
commit38d67a4e552ac991f21c2d3e442a38fb0098fda6 (patch)
treec3dcf3f985df7b54076d8518f9b22a5cd8a9532c /include/post.h
parent09c2046ff651a0d47bb2834d775991ba2c607130 (diff)
downloadu-boot-fsl-qoriq-38d67a4e552ac991f21c2d3e442a38fb0098fda6.tar.xz
qe: move immap_qe.h from arch directory into common directory
ls1021 is arm-core and supports qe too. Move immap_qe.h into common directory for both arm and powerpc. Signed-off-by: Zhao Qiang <B45475@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/post.h')
-rw-r--r--include/post.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/post.h b/include/post.h
index 24ca728..5ebd535 100644
--- a/include/post.h
+++ b/include/post.h
@@ -38,7 +38,7 @@
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
#elif defined(CONFIG_MPC8360)
-#include <asm/immap_qe.h>
+#include <linux/immap_qe.h>
#define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
#elif defined (CONFIG_MPC85xx)