From: Sandeep Paulraj Date: Wed, 22 Jun 2011 16:51:15 +0000 (-0400) Subject: C6457: Update Branch/Start Address for NAND boot X-Git-Tag: DEV.MAD_UTILS.IBL.01.00.00.09~8 X-Git-Url: https://git.ti.com/gitweb?p=keystone-rtos%2Fibl.git;a=commitdiff_plain;h=2ac8c5107e48efa72f821fcc7ee3483acaf255e5 C6457: Update Branch/Start Address for NAND boot Signed-off-by: Sandeep Paulraj --- diff --git a/src/util/i2cConfig/i2cConfig.gel b/src/util/i2cConfig/i2cConfig.gel index ab9acb8..5f4130c 100755 --- a/src/util/i2cConfig/i2cConfig.gel +++ b/src/util/i2cConfig/i2cConfig.gel @@ -616,15 +616,15 @@ hotmenu setConfig_c6457_nand() ibl.bootModes[0].u.nandBoot.bootAddress[1][1] = 0x4000000; /* Image 1 NAND offset address (block 2048) in BE mode */ ibl.bootModes[0].u.nandBoot.interface = ibl_PMEM_IF_GPIO; - ibl.bootModes[0].u.nandBoot.blob[0][0].startAddress = 0x80000000; /* Image 0 load start address in LE mode */ + ibl.bootModes[0].u.nandBoot.blob[0][0].startAddress = 0xe0000000; /* Image 0 load start address in LE mode */ ibl.bootModes[0].u.nandBoot.blob[0][0].sizeBytes = 0xA00000; /* Image 0 size (10 MB) in LE mode */ - ibl.bootModes[0].u.nandBoot.blob[0][0].branchAddress = 0x80000000; /* Image 0 branch address after loading in LE mode */ - ibl.bootModes[0].u.nandBoot.blob[0][1].startAddress = 0x80000000; /* Image 1 load start address in LE mode */ + ibl.bootModes[0].u.nandBoot.blob[0][0].branchAddress = 0xe0000000; /* Image 0 branch address after loading in LE mode */ + ibl.bootModes[0].u.nandBoot.blob[0][1].startAddress = 0xe0000000; /* Image 1 load start address in LE mode */ ibl.bootModes[0].u.nandBoot.blob[0][1].sizeBytes = 0xA00000; /* Image 1 size (10 MB) in LE mode */ - ibl.bootModes[0].u.nandBoot.blob[0][1].branchAddress = 0x80000000; /* Image 1 branch address after loading in LE mode */ - ibl.bootModes[0].u.nandBoot.blob[1][0].startAddress = 0x80000000; /* Image 0 load start address in BE mode */ + ibl.bootModes[0].u.nandBoot.blob[0][1].branchAddress = 0xe0000000; /* Image 1 branch address after loading in LE mode */ + ibl.bootModes[0].u.nandBoot.blob[1][0].startAddress = 0xe0000000; /* Image 0 load start address in BE mode */ ibl.bootModes[0].u.nandBoot.blob[1][0].sizeBytes = 0xA00000; /* Image 0 size (10 MB) in BE mode */ - ibl.bootModes[0].u.nandBoot.blob[1][0].branchAddress = 0x80000000; /* Image 0 branch address after loading in BE mode */ + ibl.bootModes[0].u.nandBoot.blob[1][0].branchAddress = 0xe0000000; /* Image 0 branch address after loading in BE mode */ ibl.bootModes[0].u.nandBoot.blob[1][1].startAddress = 0x80000000; /* Image 1 load start address in BE mode */ ibl.bootModes[0].u.nandBoot.blob[1][1].sizeBytes = 0xA00000; /* Image 1 size (10 MB) in BE mode */ ibl.bootModes[0].u.nandBoot.blob[1][1].branchAddress = 0x80000000; /* Image 1 branch address after loading in BE mode */