mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
tegra: trimslice: fix a couple typos
Fix the .dts file USB unit addresses not to duplicate each-other. Fix the board name string to indicate the vendor is Compulab not NVIDIA. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> Acked-by: Igor Grinberg <grinberg@compulab.co.il>
This commit is contained in:
parent
76e350b7a3
commit
1e7e716e80
2 changed files with 2 additions and 2 deletions
|
|
@ -47,7 +47,7 @@
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
usb@c5004000 {
|
||||
usb@c5000000 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
/* High-level configuration options */
|
||||
#define V_PROMPT "Tegra2 (TrimSlice) # "
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "NVIDIA Trimslice"
|
||||
#define CONFIG_TEGRA2_BOARD_STRING "Compulab Trimslice"
|
||||
|
||||
/* Board-specific serial config */
|
||||
#define CONFIG_SERIAL_MULTI
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue