summaryrefslogtreecommitdiff
path: root/board/freescale/mx6qsabreauto/mx6solo.cfg
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2014-06-03 16:44:18 +0800
committerYe.Li <B37916@freescale.com>2014-06-17 11:13:40 +0800
commit0d1d042ec0016e40d3a2dbd35278b1456f04c9cb (patch)
tree97fb1fa1321a00a3e4a3370ea1c10b774235600a /board/freescale/mx6qsabreauto/mx6solo.cfg
parent249f3d675ff804a015563abcdecbc98a62cc4927 (diff)
downloadu-boot-imx-0d1d042ec0016e40d3a2dbd35278b1456f04c9cb.zip
u-boot-imx-0d1d042ec0016e40d3a2dbd35278b1456f04c9cb.tar.gz
u-boot-imx-0d1d042ec0016e40d3a2dbd35278b1456f04c9cb.tar.bz2
ENGR00315894-9 i.mx6q/dl/solo:sabreauto: Add the WEIM-NOR support
Add the WEIM-NOR support Signed-off-by: Jason Liu <r64343@freescale.com> Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'board/freescale/mx6qsabreauto/mx6solo.cfg')
-rw-r--r--board/freescale/mx6qsabreauto/mx6solo.cfg15
1 files changed, 12 insertions, 3 deletions
diff --git a/board/freescale/mx6qsabreauto/mx6solo.cfg b/board/freescale/mx6qsabreauto/mx6solo.cfg
index b25d4a7..f085c7f 100644
--- a/board/freescale/mx6qsabreauto/mx6solo.cfg
+++ b/board/freescale/mx6qsabreauto/mx6solo.cfg
@@ -30,10 +30,19 @@
IMAGE_VERSION 2
/*
- * Boot Device : one of
- * spi, sd (the board has no nand neither onenand)
+ * Boot Device : one of spi, sd, eimnor, nand, sata:
+ * spinor: flash_offset: 0x0400
+ * nand: flash_offset: 0x0400
+ * sata: flash_offset: 0x0400
+ * sd/mmc: flash_offset: 0x0400
+ * eimnor: flash_offset: 0x1000
*/
+
+#if defined(CONFIG_SYS_BOOT_EIMNOR)
+BOOT_FROM nor
+#else /* others has the same flash_offset as sd */
BOOT_FROM sd
+#endif
/*
* Device Configuration Data (DCD)
@@ -113,7 +122,7 @@ DATA 4, 0x020c4070, 0x0FFFC000
DATA 4, 0x020c4074, 0x3FF00000
DATA 4, 0x020c4078, 0x00FFF300
DATA 4, 0x020c407c, 0x0F0000C3
-DATA 4, 0x020c4080, 0x000003FF
+DATA 4, 0x020c4080, 0x00000FFF
/* enable AXI cache for VDOA/VPU/IPU */
DATA 4, 0x020e0010, 0xF00000CF