summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2017-01-17 17:41:51 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2017-01-17 17:41:51 -0600
commit1061301788276126ae0b3831fc2a5d462bab25f8 (patch)
treefca810a7a37b25a03853edea1c19360013d667ce
parent215e25b99089be663158354984368828bb4e7395 (diff)
downloadam57xevm-1061301788276126ae0b3831fc2a5d462bab25f8.tar.gz
BoardConfig: update ramdisk offset
Update ramdisk offset for loading bigger ramdisk images in single stage boot. Current offset is not suitable for booting recovery ramdisk in single stage boot. Change-Id: I3787e249cfcb1d99d62b198ad4521efc64b8d313 Signed-off-by: Vishal Mahaveer <vishalm@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index fa93bc9..f06ba3b 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -40,7 +40,7 @@ TARGET_NO_BOOTLOADER := true
BOARD_KERNEL_BASE := 0x80008000
#BOARD_KERNEL_CMDLINE := console=ttyO2,115200n8 mem=1024M androidboot.console=ttyO2 androidboot.hardware=am57xevmboard vram=20M omapfb.vram=0:16M
-BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01f00000
+BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x03000000
TARGET_NO_RADIOIMAGE := true
TARGET_BOARD_PLATFORM := am57x