board: amlogic: tizen-boot-odroid-n2: change a loading address
authorJaehoon Chung <jh80.chung@samsung.com>
Sun, 10 May 2020 22:37:04 +0000 (07:37 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 4 Nov 2020 03:19:49 +0000 (12:19 +0900)
Change a loading address to prevent the overwritten image.
When Kernel image is increased, it's overwriting ramdisk area.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
board/amlogic/w400/tizen-boot-odroid-n2-64b.scr

index 643972e86fbd157e774be2e26ceeb0bcee591846..75e04e8335695b7acff05d08827924418c98b3a4 100644 (file)
@@ -93,8 +93,8 @@ if test "${disable_vu7}" = "false"; then setenv hid_quirks "usbhid.quirks=0x0eef
 
 # Set load addresses
 setenv fdt_addr_r "0x1000000"
-setenv tizen_kernel_addr_r "0x1B00000"
-setenv ramdisk_addr_r "0x3700000"
+setenv tizen_kernel_addr_r "0x2400000"
+setenv ramdisk_addr_r "0x1b00000"
 
 # This is for jumping to flash mode on u-boot.
 if test "${bootmode}" = "download"; then;