diff options
| author | Igor Opaniuk <[email protected]> | 2023-11-09 23:34:35 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-11-16 18:59:58 -0500 |
| commit | 66a3618b9afc564ca073446a50cd6a139b741f51 (patch) | |
| tree | 5e214b33f78536f43396d05f0a4ab3b533729ba3 /include | |
| parent | 01201dbd3babf93ea9a99bb329107208da66683b (diff) | |
poplar: provide more space for kernel image
Adjust mem layout, providing more space for linux kernel image.
This fixes the problem:
ERROR: FDT image overlaps OS image (OS=0x30000000..0x32580000)
Signed-off-by: Igor Opaniuk <[email protected]>
Reviewed-by: Sam Protsenko <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/poplar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/configs/poplar.h b/include/configs/poplar.h index 6e8adf91877..629b335f5d1 100644 --- a/include/configs/poplar.h +++ b/include/configs/poplar.h @@ -37,11 +37,11 @@ "env_mmc_blknum=0xf80\0" \ "env_mmc_nblks=0x80\0" \ "kernel_addr_r=0x30000000\0" \ - "pxefile_addr_r=0x32000000\0" \ - "scriptaddr=0x32000000\0" \ - "fdt_addr_r=0x32200000\0" \ + "pxefile_addr_r=0x33000000\0" \ + "scriptaddr=0x33000000\0" \ + "fdt_addr_r=0x33200000\0" \ "fdtfile=hisilicon/hi3798cv200-poplar.dtb\0" \ - "ramdisk_addr_r=0x32400000\0" \ + "ramdisk_addr_r=0x33400000\0" \ BOOTENV #endif /* _POPLAR_H_ */ |
