Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
targets
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
targets
Commits
a4b968c5
Commit
a4b968c5
authored
5 years ago
by
Markus Gothe
Committed by
Benjamin Larsson
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Clean up trailing whitespaces/tabs from previous commit.
Change-Id: I3c03283c185a2904801c2c1c33b98401027f7b4b
parent
7390bc32
Branches
Branches containing commit
No related tags found
1 merge request
!29
Nvram edit
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iopsys-brcm63xx-arm/image/Config.in
+2
-3
2 additions, 3 deletions
iopsys-brcm63xx-arm/image/Config.in
iopsys-brcm63xx-arm/image/Makefile
+4
-4
4 additions, 4 deletions
iopsys-brcm63xx-arm/image/Makefile
with
6 additions
and
7 deletions
iopsys-brcm63xx-arm/image/Config.in
+
2
−
3
View file @
a4b968c5
...
...
@@ -129,14 +129,14 @@ config TARGET_IMAGE_PRODUCTION_PRODUCTION_FLAG
depends TARGET_IMAGE_PRODUCTION_PARAMS
help
Sets the nvram production flag.
config TARGET_IMAGE_PRODUCTION_BASE_MACADDR
string "Base MAC address"
default ""
depends TARGET_IMAGE_PRODUCTION_PARAMS
help
Sets base mac address.
config TARGET_IMAGE_PRODUCTION_NUM_MACADDR
string "Number of MAC addresses"
default ""
...
...
@@ -144,7 +144,6 @@ config TARGET_IMAGE_PRODUCTION_NUM_MACADDR
help
Number of MAC addresses.
# END PRODUCTION PARAMETERS
config TARGET_IMAGE_MIGRATOR
...
...
This diff is collapsed.
Click to expand it.
iopsys-brcm63xx-arm/image/Makefile
+
4
−
4
View file @
a4b968c5
...
...
@@ -397,10 +397,10 @@ endif
define
Production_image
#Copy cferom bootloader and ubi nand ecc image to bin directory.
echo
"In Production Image"
cp
$(KDIR)
;
cp
$(KDIR)/cfe$(CONFIG_BCM_CHIP_ID)_nand.v
$(KDIR)/cfe$(CONFIG_BCM_CHIP_ID)_nand.v.tmp
ifeq
($(CONFIG_TARGET_IMAGE_PRODUCTION_PARAMS),y)
cp
$(KDIR)
;
cp
$(KDIR)/cfe$(CONFIG_BCM_CHIP_ID)_nand.v
$(KDIR)/cfe$(CONFIG_BCM_CHIP_ID)_nand.v.tmp
ifeq
($(CONFIG_TARGET_IMAGE_PRODUCTION_PARAMS),y)
cd
$(KDIR)
;
$(HOSTTOOLS_DIR)/editnvram
$(TARGET_IMAGE_IS_LITTLE_ENDIAN)
--boardid
=
$(
CONFIG_TARGET_IMAGE_PRODUCTION_BOARD_ID
)
--voiceboardid
=
$(
CONFIG_TARGET_IMAGE_PRODUCTION_VOICEBOARD_ID
)
--production
=
$(
TARGET_IMAGE_PRODUCTION_FLAG
)
$(
TARGET_IMAGE_MAC_NUM
)
$(
TARGET_IMAGE_BASE_MAC
)
-O
$(
CONFIG_TARGET_IMAGE_PRODUCTION_NVRAM_OFFSET
)
cfe
$(
CONFIG_BCM_CHIP_ID
)
_nand.v.tmp cfe
$(
CONFIG_BCM_CHIP_ID
)
_nand.v.out
&&
\
mv
cfe
$(
CONFIG_BCM_CHIP_ID
)
_nand.v.out cfe
$(
CONFIG_BCM_CHIP_ID
)
_nand.v.tmp
endif
...
...
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