samsung: tizen_rpi: change rebootparam address
authorJaehoon Chung <jh80.chung@samsung.com>
Sun, 17 Nov 2019 23:52:42 +0000 (08:52 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Tue, 17 Oct 2023 04:19:19 +0000 (13:19 +0900)
Change rebootparam address from 0x02700000 to 0x02100000.
0x02700000 is used as ramdisk_addr_r.

Change-Id: Iee69f582b44cbcf7cbcd9c29c5b2bd0efbaf349c
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/samsung/tizen_rpi.h

index 75d7823..f0103b6 100644 (file)
@@ -69,7 +69,7 @@
        "mmcrootpart=2\0"                       \
        "mmcinformpart=9\0"                     \
        "rebootparamfile=reboot-param.bin\0"    \
-       "rebootparam_addr=0x02700000\0"         \
+       "rebootparam_addr=0x02100000\0"         \
        "upgrade_val=72677075\0"                \
        "recovery_val=72766372\0"               \
        "nodef_val=6665646e\0"                  \