summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeung-Woo Kim <sw0312.kim@samsung.com>2018-01-15 16:48:21 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2018-01-15 16:49:15 +0900
commitaeb16e13ce8803148d02e4ede94c2d8fe63f6f94 (patch)
tree578c14871dc93300570d6e884e64593c79e6f4b7
parent8fdfbbeb8a4b2f8c8e66824709e48d9abdb23534 (diff)
downloadu-boot-aeb16e13ce8803148d02e4ede94c2d8fe63f6f94.tar.gz
u-boot-aeb16e13ce8803148d02e4ede94c2d8fe63f6f94.tar.bz2
u-boot-aeb16e13ce8803148d02e4ede94c2d8fe63f6f94.zip
rpi: tizen-boot: add note about kernel size limitation.
There is kernel size limitation to support ramdisk. Add note about the size limitation. Change-Id: I77366008ee2a3649b9d9c366c756206784c240cb Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
-rw-r--r--board/raspberrypi/rpi/tizen-boot.scr4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/raspberrypi/rpi/tizen-boot.scr b/board/raspberrypi/rpi/tizen-boot.scr
index e82968d35c..e9f8dee063 100644
--- a/board/raspberrypi/rpi/tizen-boot.scr
+++ b/board/raspberrypi/rpi/tizen-boot.scr
@@ -10,6 +10,10 @@ mmcinformpart=9
# Tizen kernel image is over than 16MB, it will be overlapped with other address.
# To avoid this behaivor, change to 0x02d00000 from 0x01000000
#
+# NOTE: booti command will move kernel image to 0x80000 (text offset), and
+# ramdisk is loaded to $ramdisk_addr_r (0x02100000), so kernel should be equal
+# or less than 32.5MB to load ramdisk properly.
+#
tizen_kernel_addr_r=0x02d00000
dummy=0x24000000