mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
tbs2910: add thermal support
Signed-off-by: Soeren Moch <smoch@web.de>
This commit is contained in:
parent
6c1751efca
commit
fbd18aa610
2 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,5 @@ CONFIG_TARGET_TBS2910=y
|
||||||
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q"
|
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q"
|
||||||
CONFIG_CMD_SETEXPR=y
|
CONFIG_CMD_SETEXPR=y
|
||||||
CONFIG_CMD_NET=y
|
CONFIG_CMD_NET=y
|
||||||
|
CONFIG_DM=y
|
||||||
|
CONFIG_DM_THERMAL=y
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
#define CONFIG_SYS_PROMPT "Matrix U-Boot> "
|
#define CONFIG_SYS_PROMPT "Matrix U-Boot> "
|
||||||
#define CONFIG_SYS_HZ 1000
|
#define CONFIG_SYS_HZ 1000
|
||||||
|
|
||||||
|
#define CONFIG_IMX6_THERMAL
|
||||||
|
|
||||||
/* Physical Memory Map */
|
/* Physical Memory Map */
|
||||||
#define CONFIG_NR_DRAM_BANKS 1
|
#define CONFIG_NR_DRAM_BANKS 1
|
||||||
#define CONFIG_SYS_SDRAM_BASE MMDC0_ARB_BASE_ADDR
|
#define CONFIG_SYS_SDRAM_BASE MMDC0_ARB_BASE_ADDR
|
||||||
|
|
Loading…
Reference in a new issue