Support to enter the flash mode with command.
- Refer to below command:
U-boot> run tfm
Change-Id: Ie5835573cdefb3ccfe3b67d3d20a4e301672251c
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
fi
fi
+# This is for jumping to flash mode on u-boot.
+if test "${bootmode}" = "download"; then;
+ setenv ramdiskpart 8
+ setenv ramdisksize c00000
+ setenv bootmode flash
+fi
+
if test "${bootmode}" = "flash"; then;
if test -n "${ipaddr}"; then;
ip_opt=\"ip=${ipaddr}::${gateway}:${netmask}\"
"ramdisksize=800000\0" \
"bootmode=ramdisk\0" \
"bootdev=mmc\0" \
+ "tfm=setenv bootmode download; run bootcmd\0" \
"opts=loglevel=7\0"
#endif /* __CONFIG_TIZEN_RPI_H */