tegra: apalis_t30: master revamp

Update Apalis T30 as per the following commits

c369139234
tegra: dts: Add serial port details

461be2f96e
kconfig: remove redundant "string" type in arch and board Kconfigs

f1ef2b6233
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig

Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
Marcel Ziswiler 2014-10-11 00:34:04 +02:00 committed by Tom Warren
parent f38aaa28be
commit 9aafef4f36
3 changed files with 4 additions and 4 deletions

View File

@ -6,6 +6,10 @@
model = "Toradex Apalis T30";
compatible = "toradex,apalis_t30", "nvidia,tegra30";
chosen {
stdout-path = &uarta;
};
aliases {
i2c0 = "/i2c@7000d000";
i2c1 = "/i2c@7000c000";

View File

@ -1,15 +1,12 @@
if TARGET_APALIS_T30
config SYS_BOARD
string
default "apalis_t30"
config SYS_VENDOR
string
default "toradex"
config SYS_CONFIG_NAME
string
default "apalis_t30"
endif

View File

@ -11,7 +11,6 @@
#include "tegra30-common.h"
/* High-level configuration options */
#define V_PROMPT "Apalis T30 # "
#define CONFIG_TEGRA_BOARD_STRING "Toradex Apalis T30"