diff options
author | Xinyu Chen <xinyu.chen@freescale.com> | 2012-10-30 14:07:43 +0800 |
---|---|---|
committer | Xinyu Chen <xinyu.chen@freescale.com> | 2012-11-26 16:44:18 +0800 |
commit | 780e67149c58be63baa9e75f780236903ed2f796 (patch) | |
tree | ab4ddb928864b546cbe73c757ba6444b161c545d /board | |
parent | a1148c196d9a1f68f685038888997d5164ef4825 (diff) | |
download | u-boot-imx-780e67149c58be63baa9e75f780236903ed2f796.zip u-boot-imx-780e67149c58be63baa9e75f780236903ed2f796.tar.gz u-boot-imx-780e67149c58be63baa9e75f780236903ed2f796.tar.bz2 |
ENGR00231572 mx6solo: Add Android solo uboot configure
Add fastboot and recovery, add default
bootargs and bootcmd for Android.
Change the ODT from 0x7 to 0x22227 for stability.
Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx6q_sabresd/flash_header.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx6q_sabresd/flash_header.S b/board/freescale/mx6q_sabresd/flash_header.S index 2064159..4918786 100644 --- a/board/freescale/mx6q_sabresd/flash_header.S +++ b/board/freescale/mx6q_sabresd/flash_header.S @@ -172,7 +172,7 @@ MXC_DCD_ITEM(70, MMDC_P0_BASE_ADDR + 0x01c, 0x07208030) MXC_DCD_ITEM(71, MMDC_P0_BASE_ADDR + 0x01c, 0x04008040) # final DDR setup MXC_DCD_ITEM(72, MMDC_P0_BASE_ADDR + 0x020, 0x00005800) -MXC_DCD_ITEM(73, MMDC_P0_BASE_ADDR + 0x818, 0x00000007) +MXC_DCD_ITEM(73, MMDC_P0_BASE_ADDR + 0x818, 0x00022227) MXC_DCD_ITEM(74, MMDC_P0_BASE_ADDR + 0x004, 0x0002556d) MXC_DCD_ITEM(75, MMDC_P0_BASE_ADDR + 0x404, 0x00011006) MXC_DCD_ITEM(76, MMDC_P0_BASE_ADDR + 0x01c, 0x00000000) |