Commit a6f9dea72d03523b69b9829ab08e6c052871bde5

Authored by 김태훈
1 parent 81b835e596
Exists in master and in 2 other branches fhd, fhd-demo

부팅 후 자동 실행 경로 변경

bootloader/u-boot_2015_04/include/configs/mx6s_prime_oven.h
... ... @@ -178,7 +178,7 @@
178 178  
179 179 /* mmcdev=0 : eMMC mmcdev=1 : SD/MMC Card */
180 180 #define CONFIG_EXTRA_ENV_SETTINGS \
181   - "autoexec=/app/service/run.sh/run.sh\0" \" \
  181 + "autoexec=/falinux/run.sh/run.sh\0" \" \
182 182 "console=ttymxc0\0" \
183 183 "fdt_high=0xffffffff\0" \
184 184 "initrd_high=0xffffffff\0" \
... ...