/*
# Tizen kernel image is over than 16MB, it will be overlapped with other address.
-# To avoid this behaivor, change to 0x02d00000 from 0x01000000
+# To avoid this behaivor, change to 0x03300000 from 0x01000000
#
# NOTE: booti command will move kernel image to 0x80000 (text offset), and
# ramdisk is loaded to $ramdisk_addr_r (0x02100000), so kernel should be equal
# 0x6c6e7764 is ascii code for representing string "dwnl"
*/
#define TIZEN_ENV_SETTING \
- "tizen_kernel_addr_r=0x02d00000\0" \
+ "tizen_kernel_addr_r=0x03300000\0" \
"mmcbootdev=0\0" \
"mmcbootpart=1\0" \
"mmcrootdev=0\0" \
"mmcrootpart=2\0" \
"mmcinformpart=9\0" \
"rebootparamfile=reboot-param.bin\0" \
- "rebootparam_addr=0x3a62b000\0" \
+ "rebootparam_addr=0x02700000\0" \
"upgrade_val=72677075\0" \
"recovery_val=72766372\0" \
"nodef_val=6665646e\0" \