Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jack Humbert
reform-boundary-uboot
Commits
32907339
Commit
32907339
authored
11 years ago
by
Tom Rini
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.denx.de/u-boot-mips
parents
50a91dac
b2099d16
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/mips/include/asm/types.h
+3
-20
3 additions, 20 deletions
arch/mips/include/asm/types.h
doc/README.malta
+1
-1
1 addition, 1 deletion
doc/README.malta
with
4 additions
and
21 deletions
arch/mips/include/asm/types.h
+
3
−
20
View file @
32907339
...
...
@@ -27,18 +27,12 @@ typedef unsigned short __u16;
typedef
__signed__
int
__s32
;
typedef
unsigned
int
__u32
;
#if (_MIPS_SZLONG == 64)
typedef
__signed__
long
__s64
;
typedef
unsigned
long
__u64
;
#else
#if defined(__GNUC__)
__extension__
typedef
__signed__
long
long
__s64
;
__extension__
typedef
unsigned
long
long
__u64
;
#endif
#else
typedef
__signed__
long
long
__s64
;
typedef
unsigned
long
long
__u64
;
#endif
#endif
/* __ASSEMBLY__ */
...
...
@@ -61,19 +55,8 @@ typedef unsigned short u16;
typedef
__signed
int
s32
;
typedef
unsigned
int
u32
;
#if (_MIPS_SZLONG == 64)
typedef
__signed__
long
s64
;
typedef
unsigned
long
u64
;
#else
#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
typedef
__signed__
long
long
s64
;
typedef
unsigned
long
long
u64
;
#endif
#endif
#if (defined(CONFIG_HIGHMEM) && defined(CONFIG_64BIT_PHYS_ADDR)) \
|| defined(CONFIG_64BIT)
...
...
This diff is collapsed.
Click to expand it.
doc/README.malta
+
1
−
1
View file @
32907339
...
...
@@ -9,7 +9,7 @@ How to flash using a MIPS Navigator Probe:
- Within Navigator Console run the following commands:
source /path/to/u-boot/board/malta/flash-malta-boot.tcl
source /path/to/u-boot/board/
imgtec/
malta/flash-malta-boot.tcl
reset
flash-boot /path/to/u-boot/u-boot.bin
...
...
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