mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

Since required drivers were merged, we can safely clean up the board and switch to DM based driver with device tree support. Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
7 lines
244 B
Text
7 lines
244 B
Text
CONFIG_DEFAULT_DEVICE_TREE="tegra30-asus-nexus7-tilapia-E1565"
|
|
CONFIG_SYS_PROMPT="Tegra30 (Tilapia) # "
|
|
CONFIG_CMD_POWEROFF=y
|
|
# CONFIG_MAX77663_GPIO is not set
|
|
CONFIG_DM_PMIC_MAX77663=y
|
|
CONFIG_DM_REGULATOR_MAX77663=y
|
|
CONFIG_SYSRESET_MAX77663=y
|