Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Anton Palgunov
mkimage-profiles
Commits
1c1612e9
You need to sign in or sign up before continuing.
Commit
1c1612e9
authored
Jul 20, 2020
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
uboot: Add UBOOT_BOOTARGS instead BASE_BOOTARGS
When loading u-boot + extlinux.conf, needs specific arguments that are not needed when using grub-efi
parent
2614e192
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
config.mk
features.in/uboot/config.mk
+3
-2
00-uboot-prepare
features.in/uboot/image-scripts.d/00-uboot-prepare
+1
-1
No files found.
features.in/uboot/config.mk
View file @
1c1612e9
...
...
@@ -14,8 +14,9 @@ use/uboot: use/kernel/initrd-setup $(UBOOT_TTY)
@$(call add_feature)
@$(call add,THE_LISTS,singleboard-tools)
ifeq (,$(filter-out aarch64 armh,$(ARCH)))
@$(call add,
BASE
_BOOTARGS,cma=192M)
@$(call add,
UBOOT
_BOOTARGS,cma=192M)
endif
ifeq (,$(filter-out riscv64,$(ARCH)))
@$(call add,
BASE
_BOOTARGS,earlyprintk debug no_alt_virt_keyboard)
@$(call add,
UBOOT
_BOOTARGS,earlyprintk debug no_alt_virt_keyboard)
endif
@$(call xport,UBOOT_BOOTARGS)
features.in/uboot/image-scripts.d/00-uboot-prepare
View file @
1c1612e9
...
...
@@ -17,5 +17,5 @@ label linux
kernel /boot/vmlinuz
initrd /boot/initrd.img
fdtdir /boot/dtb
append root=LABEL=ROOT ro
$GLOBAL_BASE_BOOTARGS
$TTY
append root=LABEL=ROOT ro
$GLOBAL_BASE_BOOTARGS
$
GLOBAL_UBOOT_BOOTARGS
$
TTY
EOF
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