Commit bbdc7484dbb502d72ff0dcace4cb28d98076cedd
1 parent
6f95b12697
Exists in
master
and in
2 other branches
= uboot configuration 변경
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
bootloader/u-boot_2015_04/include/configs/mx6s_prime_oven.h
@@ -239,7 +239,7 @@ | @@ -239,7 +239,7 @@ | ||
239 | "mmc read 0x1E000000 2000 10000; " \ | 239 | "mmc read 0x1E000000 2000 10000; " \ |
240 | "echo ; " \ | 240 | "echo ; " \ |
241 | "fi; " \ | 241 | "fi; " \ |
242 | - "bootm 0x12000000 0x1E000000 0x11F00000; 0x11F00000; \0" \" \ | 242 | + "bootm 0x12000000 - 0x11F00000; 0x11F00000; \0" \" \ |
243 | "bootload_fw=mmc dev 1; mmc read 0x11F00000 2C00 100; mmc read 0x12000000 3000 3800; mmc read 0x1E000000 7000 20000; bootm 0x12000000 0x1E000000 0x11F00000; \0" \ | 243 | "bootload_fw=mmc dev 1; mmc read 0x11F00000 2C00 100; mmc read 0x12000000 3000 3800; mmc read 0x1E000000 7000 20000; bootm 0x12000000 0x1E000000 0x11F00000; \0" \ |
244 | "fw=env default -a; saveenv; setenv mmcdev 1; setenv bootargs_ram ${bootargs_ram} fusing=1; run bootcmd_fw; \0" \ | 244 | "fw=env default -a; saveenv; setenv mmcdev 1; setenv bootargs_ram ${bootargs_ram} fusing=1; run bootcmd_fw; \0" \ |
245 | "bootcmd_fw=run bootargs_ram bootload_fw \0" \ | 245 | "bootcmd_fw=run bootargs_ram bootload_fw \0" \ |