Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
u-boot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
u-boot
Commits
66bd352d
Commit
66bd352d
authored
Aug 10, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raspberry Pi 4 may have 8GB of RAM and thus we need to have 4 DRAM banks
parent
20508789
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Makefile
Makefile
+2
-0
No files found.
Makefile
View file @
66bd352d
...
...
@@ -380,6 +380,7 @@ rpi4b: rpi4b-boot-cmd rpi4b-fw_env.config rpi4b-config
patch
-Np1
-d
u-boot-2020.04 < u-boot-2020.04-serial-number-fix.patch
$(MAKE)
-C
u-boot-2020.04 rpi_4_defconfig
@
echo
"CONFIG_ARCH_FIXUP_FDT_MEMORY=y"
>>
u-boot-2020.04/.config
@
echo
"CONFIG_NR_DRAM_BANKS=4"
>>
u-boot-2020.04/.config
$(MAKE)
-C
u-boot-2020.04 oldconfig
$(MAKE)
-C
u-boot-2020.04
mkdir
/uboot
...
...
@@ -440,6 +441,7 @@ rpi4b-mender: rpi4b-boot-cmd-mender rpi4b-fw_env.config-mender rpi4b-config-mend
patch
-Np1
-d
u-boot-2020.04 < u-boot-2020.04-mender.patch
$(MAKE)
-C
u-boot-2020.04 rpi_4_defconfig
@
echo
"CONFIG_ARCH_FIXUP_FDT_MEMORY=y"
>>
u-boot-2020.04/.config
@
echo
"CONFIG_NR_DRAM_BANKS=4"
>>
u-boot-2020.04/.config
@
echo
"# CONFIG_ENV_IS_NOWHERE is not set"
>>
u-boot-2020.04/.config
@
echo
"# CONFIG_ENV_IS_IN_FAT is not set"
>>
u-boot-2020.04/.config
@
echo
"CONFIG_ENV_IS_IN_MMC=y"
>>
u-boot-2020.04/.config
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment