armbian_build/patch/u-boot/legacy/u-boot-s5p6818/add-support-for-2G.patch
Igor Pečovnik de26797423
Move all legacy u-boot patches under one general legacy folder (#4386)
* Move all legacy u-boot patches under one general legacy folder

* Move 32b Rockchip under 2022.04 and legacy for Miqi

Tested

* Move Rock 3A patch dir under legacy

* Move / merge meson64 patch folder into v2022.07

Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested

* Remove not needed patch

* Add last kernel version to config
2022-11-06 20:32:46 +01:00

16 lines
465 B
Diff

You also need a special bl1 for 2G
---
diff --git a/include/configs/s5p6818_nanopim3.h b/include/configs/s5p6818_nanopim3.h
index b101019..4689d93 100644
--- a/include/configs/s5p6818_nanopim3.h
+++ b/include/configs/s5p6818_nanopim3.h
@@ -53,7 +53,7 @@
/* board_init_f */
#define CONFIG_SYS_SDRAM_BASE 0x40000000
-#define CONFIG_SYS_SDRAM_SIZE 0x40000000
+#define CONFIG_SYS_SDRAM_SIZE 0x80000000
/* dram 1 bank num */
#define CONFIG_NR_DRAM_BANKS 1