Skip to content

Commit

Permalink
[payload] longanpi-3h support 4G DRAM
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Dec 28, 2023
1 parent ee2c5f0 commit d955040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion board/longanpi-3h/payloads/init_dram_bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1763,7 +1763,7 @@ const unsigned char __attribute__((section(".init_dram_bin"))) init_dram_bin[325
0x09, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x80, 0x80, 0x80, 0x39, 0x03, 0x66, 0x2F, 0x40, 0x20, 0x26, 0x26, 0x20, 0x0F, 0x0F, 0x0E, 0x0E,
0x61, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
0x24, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
0x38, 0x39, 0x61, 0x62, 0x63, 0x64, 0x65, 0x66, 0x00, 0x00, 0x00, 0x00, 0x28, 0x6E, 0x75, 0x6C,
0x6C, 0x29, 0x00, 0x00, 0x46, 0x61, 0x6C, 0x73, 0x65, 0x00, 0x00, 0x00, 0x54, 0x72, 0x75, 0x65,
0x00, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x06, 0x00, 0x01, 0x00, 0x00, 0x10, 0x00, 0x03, 0x06,
Expand Down
2 changes: 1 addition & 1 deletion payloads/sun50iw9_libdram/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void sys_init_dram(void) {
0x402f6603,// dram_para[27]
0x20262620,// dram_para[28]
0xe0e0f0f, // dram_para[29]
0x6061, // dram_para[30]
0x1024, // dram_para[30]
0x0 // dram_para[31]
};

Expand Down

0 comments on commit d955040

Please sign in to comment.