samsung: common: increase space for kernel from 8MiB to 16MiB
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 13 Dec 2018 12:53:08 +0000 (13:53 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 10 Oct 2019 04:38:41 +0000 (13:38 +0900)
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 d66bccc..c7c5e63 100644 (file)
@@ -6,7 +6,7 @@
 # platform dependent: board_name, 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}"