board: amlogic: tizen-boot-odorid-n2: update kernel address
authorJaehoon Chung <jh80.chung@samsung.com>
Sun, 10 May 2020 22:35:19 +0000 (07:35 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 4 Nov 2020 03:19:48 +0000 (12:19 +0900)
Update kernel address.

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

index c113729..3793f50 100644 (file)
@@ -93,7 +93,7 @@ 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 "0x1100000"
+setenv tizen_kernel_addr_r "0x1B00000"
 setenv ramdisk_addr_r "0x3700000"
 
 # This is for jumping to flash mode on u-boot.
@@ -131,7 +131,7 @@ setenv fdtfile \"meson64_odroidn2_drm.dtb\"
 setenv boot_prefixes \"/\"
 
 # To use comdline for using serial console. /* Normal mode */
-setenv bootargs \"${tizen_bootarg} root=/dev/${rootdev} rootwait rw ${amlogic} no_console_suspend fsck.repair=yes net.ifnames=0 elevator=noop hdmimode=1080p60hz cvbsmode=576cvbs max_freq_a53=${max_freq_a53} max_freq_a73=${max_freq_a73} maxcpus=${maxcpus} voutmode=${voutmode} ${cmode} disablehpd=${disablehpd} cvbscable=${cvbscable} overscan=${overscan} ${hid_quirks} monitor_onoff=${monitor_onoff} usb-xhci.tablesize=2 logo=osd0,loaded ${console}\"
+setenv bootargs \"root=/dev/${rootdev} rootwait rw no_console_suspend fsck.repair=yes net.ifnames=0 elevator=noop hdmimode=1080p60hz cvbsmode=576cvbs max_freq_a53=${max_freq_a53} max_freq_a73=${max_freq_a73} maxcpus=${maxcpus} voutmode=${voutmode} ${cmode} disablehpd=${disablehpd} cvbscable=${cvbscable} overscan=${overscan} ${hid_quirks} monitor_onoff=${monitor_onoff} usb-xhci.tablesize=2 logo=osd0,loaded ${console}\"
 
 # Find the ramdisk offset and block count
 part start $bootdev $mmcrootdev $ramdiskpart ramdisk_start