Commit a6f9dea72d03523b69b9829ab08e6c052871bde5
1 parent
81b835e596
Exists in
master
and in
2 other branches
부팅 후 자동 실행 경로 변경
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
bootloader/u-boot_2015_04/include/configs/mx6s_prime_oven.h
@@ -178,7 +178,7 @@ | @@ -178,7 +178,7 @@ | ||
178 | 178 | ||
179 | /* mmcdev=0 : eMMC mmcdev=1 : SD/MMC Card */ | 179 | /* mmcdev=0 : eMMC mmcdev=1 : SD/MMC Card */ |
180 | #define CONFIG_EXTRA_ENV_SETTINGS \ | 180 | #define CONFIG_EXTRA_ENV_SETTINGS \ |
181 | - "autoexec=/app/service/run.sh/run.sh\0" \" \ | 181 | + "autoexec=/falinux/run.sh/run.sh\0" \" \ |
182 | "console=ttymxc0\0" \ | 182 | "console=ttymxc0\0" \ |
183 | "fdt_high=0xffffffff\0" \ | 183 | "fdt_high=0xffffffff\0" \ |
184 | "initrd_high=0xffffffff\0" \ | 184 | "initrd_high=0xffffffff\0" \ |