Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
019b57cc
Commit
019b57cc
authored
10 years ago
by
Albert ARIBAUD
Browse files
Options
Downloads
Plain Diff
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
parents
e99f30e1
fe7b7cd2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/arm/cpu/armv7/tegra20/display.c
+1
-1
1 addition, 1 deletion
arch/arm/cpu/armv7/tegra20/display.c
include/configs/tegra-common-post.h
+5
-4
5 additions, 4 deletions
include/configs/tegra-common-post.h
include/configs/tegra-common-ums.h
+1
-1
1 addition, 1 deletion
include/configs/tegra-common-ums.h
with
7 additions
and
6 deletions
arch/arm/cpu/armv7/tegra20/display.c
+
1
−
1
View file @
019b57cc
...
...
@@ -328,7 +328,7 @@ static int tegra_display_decode_config(const void *blob,
rgb
=
fdt_subnode_offset
(
blob
,
node
,
"rgb"
);
config
->
panel_node
=
fdtdec_lookup_phandle
(
blob
,
rgb
,
"nvidia,panel"
);
if
(
!
config
->
panel_node
<
0
)
{
if
(
config
->
panel_node
<
0
)
{
debug
(
"%s: Cannot find panel information
\n
"
,
__func__
);
return
-
1
;
}
...
...
This diff is collapsed.
Click to expand it.
include/configs/tegra-common-post.h
+
5
−
4
View file @
019b57cc
...
...
@@ -101,13 +101,12 @@
\
"do_sysboot_boot=" \
"sysboot ${devtype} ${devnum}:${rootpart} any " \
"${scriptaddr} ${prefix}extlinux
.conf\0"
\
"${scriptaddr} ${prefix}extlinux
/extlinux.conf\0"
\
\
"sysboot_boot=" \
"if test -e ${devtype} ${devnum}:${rootpart} " \
"${prefix}extlinux.conf; then " \
"echo Found extlinux config " \
"${prefix}extlinux.conf; " \
"${prefix}extlinux/extlinux.conf; then " \
"echo Found ${prefix}extlinux/extlinux.conf; " \
"run do_sysboot_boot; " \
"echo SCRIPT FAILED: continuing...; " \
"fi\0" \
...
...
@@ -174,6 +173,8 @@
#define CONFIG_EXTRA_ENV_SETTINGS \
TEGRA_DEVICE_SETTINGS \
MEM_LAYOUT_ENV_SETTINGS \
"fdt_high=ffffffff\0" \
"initrd_high=ffffffff\0" \
BOOTCMDS_COMMON \
BOARD_EXTRA_ENV_SETTINGS
...
...
This diff is collapsed.
Click to expand it.
include/configs/tegra-common-ums.h
+
1
−
1
View file @
019b57cc
...
...
@@ -6,7 +6,7 @@
*/
#ifndef _TEGRA_COMMON_UMS_H_
#define _TEGRA_COMMON_UMS_H
#define _TEGRA_COMMON_UMS_H
_
#ifndef CONFIG_SPL_BUILD
/* USB gadget, and mass storage protocol */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment