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>
Tue, 17 Oct 2023 04:19:24 +0000 (13: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 643972e..75e04e8 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;