mirror of
https://github.com/armbian/build.git
synced 2025-09-19 04:31:38 +02:00
* 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
16 lines
465 B
Diff
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
|