samsung: common: increase space for kernel from 8MiB to 16MiB 48/195448/1 accepted/tizen/unified/20181218.063001 submit/tizen/20181217.063902
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 13 Dec 2018 12:53:08 +0000 (13:53 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 13 Dec 2018 12:53:12 +0000 (13:53 +0100)
v4.14 kernel for Odroid easily exceeds 8MiB, thus loading kernel with the
default configuration corrupts previously loaded dtb. Increase ${fdtaddr}
to 0x41000000 to avoid this issue, what gives about 16MiB space for kernel.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I33e897d259f4428602fdd476db3cc0adf700f33c

board/samsung/common/bootscripts/autoboot.cmd

index 1faed8ba0c1a310688c6889e2069aedd246b9a05..fc989c0885942032f4d09067b5fb7ac7b0409192 100644 (file)
@@ -6,7 +6,7 @@
 # platform dependent: boardname, fdtfile, console
 # system dependent: mmcbootdev, mmcbootpart, mmcrootdev, mmcrootpart, rootfstype
 #
-setenv fdtaddr     "40800000"
+setenv fdtaddr     "41000000"
 setenv initrdname  "uInitrd"
 setenv initrdaddr  "42000000"
 setenv loaddtb     "load mmc ${mmcbootdev}:${mmcbootpart} ${fdtaddr} ${fdtfile}"