diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2020-06-22 11:24:36 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-10-17 13:19:22 +0900 |
commit | 1a768162782ef35fb0305ec38c1d59ea93ff5c6a (patch) | |
tree | cfd858e1965334dd1839d09ac4a453f0560698f1 /include | |
parent | 58edc73e58ff16c7ae64b3b9fc9372493e51ef36 (diff) | |
download | u-boot-1a768162782ef35fb0305ec38c1d59ea93ff5c6a.tar.gz u-boot-1a768162782ef35fb0305ec38c1d59ea93ff5c6a.tar.bz2 u-boot-1a768162782ef35fb0305ec38c1d59ea93ff5c6a.zip |
samsung: tizen_rpi: remove unnecessary variable and comment
Remove unnecesarry environment variable.
ramdisksize and tizen_kernel_addr_r are set to correct value in boot
script.
Because comment was not valid, it doesn't need to keep.
Change-Id: Ica280a521ba538340b9dfbe640e6a5fd9839ab85
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/samsung/tizen_rpi.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/samsung/tizen_rpi.h b/include/samsung/tizen_rpi.h index 829908691a..132ed91ef8 100644 --- a/include/samsung/tizen_rpi.h +++ b/include/samsung/tizen_rpi.h @@ -57,14 +57,6 @@ #define CONFIG_MMC_DEFAULT_DEV 0 /* -# Tizen kernel image is over than 16MB, it will be overlapped with other address. -# 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 -# or less than 32.5MB to load ramdisk properly. -*/ -/* # use the ram address of ramdisk before loading ramdisk image # 0x72677075 is ascii code for representing string "upgr" # 0x72766372 is ascii code for representing string "rcvr" @@ -72,7 +64,6 @@ # 0x6c6e7764 is ascii code for representing string "dwnl" */ #define TIZEN_ENV_SETTING \ - "tizen_kernel_addr_r=0x03300000\0" \ "mmcbootdev=0\0" \ "mmcbootpart=1\0" \ "mmcrootdev=0\0" \ @@ -85,7 +76,6 @@ "nodef_val=6665646e\0" \ "download_val=6c6e7764\0" \ "ramdiskpart=7\0" \ - "ramdisksize=800000\0" \ "bootmode=ramdisk\0" \ "bootdev=mmc\0" \ "tfm=setenv bootmode download; run bootcmd\0" \ |