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
10f67017
Commit
10f67017
authored
22 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
4d75a504
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
Makefile
+14
-0
14 additions, 0 deletions
Makefile
include/configs/PM826.h
+2
-1
2 additions, 1 deletion
include/configs/PM826.h
with
16 additions
and
1 deletion
Makefile
+
14
−
0
View file @
10f67017
...
@@ -525,6 +525,20 @@ MPC8260ADS_config: unconfig
...
@@ -525,6 +525,20 @@ MPC8260ADS_config: unconfig
MPC8266ADS_config
:
unconfig
MPC8266ADS_config
:
unconfig
@
./mkconfig
$(
@:_config
=
)
ppc mpc8260 mpc8266ads
@
./mkconfig
$(
@:_config
=
)
ppc mpc8260 mpc8266ads
PM825_config
\
PM825_ROMBOOT_config
:
unconfig
@
echo
"#define CONFIG_PCI"
>
include/config.h
@
./mkconfig
-a
PM826 ppc mpc8260 pm826
@
cd
./include
;
\
if
[
"
$(
findstring _ROMBOOT_,
$@
)
"
]
;
then
\
echo
"CONFIG_BOOT_ROM = y"
>>
config.mk
;
\
echo
"... booting from 8-bit flash"
;
\
else
\
echo
"CONFIG_BOOT_ROM = n"
>>
config.mk
;
\
echo
"... booting from 64-bit flash"
;
\
fi
;
\
echo
"export CONFIG_BOOT_ROM"
>>
config.mk
;
\
PM826_config
\
PM826_config
\
PM826_ROMBOOT_config
:
unconfig
PM826_ROMBOOT_config
:
unconfig
@
./mkconfig
$(
call xtract_82xx,
$@
)
ppc mpc8260 pm826
@
./mkconfig
$(
call xtract_82xx,
$@
)
ppc mpc8260 pm826
...
...
This diff is collapsed.
Click to expand it.
include/configs/PM826.h
+
2
−
1
View file @
10f67017
...
@@ -303,9 +303,10 @@
...
@@ -303,9 +303,10 @@
# define CFG_RAMBOOT
# define CFG_RAMBOOT
#endif
#endif
#def
ine
CONFIG_PCI
#
if
def
CONFIG_PCI
#define CONFIG_PCI_PNP
#define CONFIG_PCI_PNP
#define CONFIG_EEPRO100
#define CONFIG_EEPRO100
#endif
/*
/*
* Internal Definitions
* Internal Definitions
...
...
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