tizen: bootscript: amlogic: remove tizen specific kernel loading address 53/250453/1
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Dec 2020 02:00:20 +0000 (11:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 28 Dec 2020 02:24:31 +0000 (11:24 +0900)
Remove tizen specific kernel loading address.
When it's entered to recovery mode, "Synchronous Abort" is occurred.

Change-Id: I6ff3afc52299b12714a25bb83fe114467c007573
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
tizen/bootscript/tizen-boot-amlogic-64b.scr

index 610c125..bbb6d7f 100644 (file)
@@ -66,9 +66,7 @@ elif test $board_name = "odroid-n2"; then
        setenv boot_args \"max_freq_a53=${max_freq_a53} max_freq_a73=${max_freq_a73} maxcpus=${maxcpus}  voutmode=${voutmode} disablehpd=${disablehpd} overscan=${overscan} monitor_onoff=${monitor_onoff} \"
 fi
 
-setenv fdt_addr_r "0x1000000"
 setenv tizen_tmp_kernel_addr_r "0x1000000"
-setenv ramdisk_addr_r "0x1b00000"
 
 # boot from ram0 if there is sbin
 if test -e $bootdev $mmcrootdev:$ramdiskpart sbin/init; then;