Skip to content

Commit

Permalink
主板:3cserver,3c780e 编译错误
Browse files Browse the repository at this point in the history
错误信息:
mipsel-linux-gnu-ld: start.o: in function `set_tREFI':
(.text+0x6a38): undefined reference to `DDR_FREQ'
mipsel-linux-gnu-ld: start.o: in function `x8':
(.text+0x6bb8): undefined reference to `DDR_FREQ'
make[1]: *** [Makefile:148: pmon] Error 1
  • Loading branch information
lshw committed Dec 22, 2023
1 parent a22a013 commit 6eb118b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Targets/Bonito3a94w/conf/Bonito.3a94w
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ option RESERVED_COREMASK=0x0000
option SHUTDOWN_MASK=0x0000

option BONITO_33M
option DDR_FREQ=600
option BOOT_PARAM
option LOONGSON_3A84W
select amd_780e
Expand Down
1 change: 1 addition & 0 deletions Targets/Bonito3c780e/conf/Bonito.3c780e
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ option USE_SB_I2C
option BONITO_33M
#option BONITO_25M
#option BONITO_50M
option DDR_FREQ=667

option LOONGSON_3BSINGLE
option LOONGSON_3B1500
Expand Down
2 changes: 2 additions & 0 deletions Targets/Bonito3cserver/conf/Bonito.3cserver
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ option USE_SB_I2C
option BONITO_33M
#option BONITO_25M
#option BONITO_50M
option DDR_FREQ=667


#option LOONGSON_3BSINGLE
option LOONGSON_3B1500
Expand Down

0 comments on commit 6eb118b

Please sign in to comment.