Re: [U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb.

2017-04-16 Thread Vagrant Cascadian
On 2017-04-12, Vagrant Cascadian wrote: > On 2017-04-12, Andreas Färber wrote: >> Am 12.04.2017 um 23:28 schrieb Vagrant Cascadian: >>> Set ramdisk_addr_r to 0x2000, otherwise it may conflict with >>> kernel_addr_r location (0x0108) with a moderately large kernel. > ... >>> diff --git a/inc

Re: [U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb.

2017-04-14 Thread Vagrant Cascadian
On 2017-04-12, Tom Rini wrote: > We also need to start setting bootm_size. Quoting myself from > include/configs/ti_armv7_common.h: > /* > * We setup defaults based on constraints from the Linux kernel, which should > * also be safe elsewhere. We have the default load at 32MB into DDR (for > *

Re: [U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb.

2017-04-12 Thread Vagrant Cascadian
On 2017-04-12, Andreas Färber wrote: > Am 12.04.2017 um 23:28 schrieb Vagrant Cascadian: >> Set ramdisk_addr_r to 0x2000, otherwise it may conflict with >> kernel_addr_r location (0x0108) with a moderately large kernel. ... >> diff --git a/include/configs/meson-gxbb-common.h >> b/include/c

Re: [U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb.

2017-04-12 Thread Andreas Färber
Am 12.04.2017 um 23:28 schrieb Vagrant Cascadian: > Set ramdisk_addr_r to 0x2000, otherwise it may conflict with > kernel_addr_r location (0x0108) with a moderately large kernel. > > Signed-off-by: Vagrant Cascadian > --- > > include/configs/meson-gxbb-common.h | 2 +- > 1 file changed,

Re: [U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb.

2017-04-12 Thread Tom Rini
On Wed, Apr 12, 2017 at 02:28:05PM -0700, Vagrant Cascadian wrote: > Set ramdisk_addr_r to 0x2000, otherwise it may conflict with > kernel_addr_r location (0x0108) with a moderately large kernel. > > Signed-off-by: Vagrant Cascadian > --- > > include/configs/meson-gxbb-common.h | 2 +-

[U-Boot] [PATCH] Set ramdisk_addr_r to a higher address location on meson-gxbb.

2017-04-12 Thread Vagrant Cascadian
Set ramdisk_addr_r to 0x2000, otherwise it may conflict with kernel_addr_r location (0x0108) with a moderately large kernel. Signed-off-by: Vagrant Cascadian --- include/configs/meson-gxbb-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/meson