mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
arm: dra7xx: move CONFIG_DRA7XX to Kconfig
The symbol CONFIG_DRA7XX is needed for Kconfig conditions. Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
64c4ffa9fa
commit
67566ab66b
5 changed files with 8 additions and 7 deletions
|
@ -1,11 +1,17 @@
|
|||
if OMAP54XX
|
||||
|
||||
config DRA7XX
|
||||
bool
|
||||
help
|
||||
DRA7xx is an OMAP based SOC with Dual Core A-15s.
|
||||
|
||||
choice
|
||||
prompt "OMAP5 board select"
|
||||
optional
|
||||
|
||||
config TARGET_CL_SOM_AM57X
|
||||
bool "CompuLab CL-SOM-AM57x"
|
||||
select DRA7XX
|
||||
|
||||
config TARGET_CM_T54
|
||||
bool "CompuLab CM-T54"
|
||||
|
@ -16,12 +22,14 @@ config TARGET_OMAP5_UEVM
|
|||
config TARGET_DRA7XX_EVM
|
||||
bool "TI DRA7XX"
|
||||
select BOARD_LATE_INIT
|
||||
select DRA7XX
|
||||
select TI_I2C_BOARD_DETECT
|
||||
select PHYS_64BIT
|
||||
|
||||
config TARGET_AM57XX_EVM
|
||||
bool "AM57XX"
|
||||
select BOARD_LATE_INIT
|
||||
select DRA7XX
|
||||
select TI_I2C_BOARD_DETECT
|
||||
|
||||
endchoice
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
|
||||
#include <environment/ti/dfu.h>
|
||||
|
||||
#define CONFIG_DRA7XX
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
#define CONFIG_IODELAY_RECALIBRATION
|
||||
#endif
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
#ifndef __CONFIG_CL_SOM_AM57X_H
|
||||
#define __CONFIG_CL_SOM_AM57X_H
|
||||
|
||||
#define CONFIG_DRA7XX
|
||||
|
||||
#define CONFIG_NR_DRAM_BANKS 2
|
||||
|
||||
#define CONSOLEDEV "ttyO2"
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
|
||||
#include <environment/ti/dfu.h>
|
||||
|
||||
#define CONFIG_DRA7XX
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
#define CONFIG_IODELAY_RECALIBRATION
|
||||
#endif
|
||||
|
|
|
@ -664,7 +664,6 @@ CONFIG_DNET_AUTONEG_TIMEOUT
|
|||
CONFIG_DP_DDR_CTRL
|
||||
CONFIG_DP_DDR_DIMM_SLOTS_PER_CTLR
|
||||
CONFIG_DP_DDR_NUM_CTRLS
|
||||
CONFIG_DRA7XX
|
||||
CONFIG_DRAM_2G
|
||||
CONFIG_DRAM_TIMINGS_
|
||||
CONFIG_DRIVER_AT91EMAC
|
||||
|
|
Loading…
Add table
Reference in a new issue