From 1ec2a94d454029a158bc6af377402792be0dfd84 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 11 May 2020 07:35:19 +0900 Subject: [PATCH] board: amlogic: tizen-boot-odorid-n2: update kernel address Update kernel address. Signed-off-by: Jaehoon Chung --- board/amlogic/w400/tizen-boot-odroid-n2-64b.scr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/amlogic/w400/tizen-boot-odroid-n2-64b.scr b/board/amlogic/w400/tizen-boot-odroid-n2-64b.scr index c1137295d1..3793f5083a 100644 --- a/board/amlogic/w400/tizen-boot-odroid-n2-64b.scr +++ b/board/amlogic/w400/tizen-boot-odroid-n2-64b.scr @@ -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 -- 2.34.1