Skip to content

Relax UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS default definitions (scarthgap)#1574

Open
embetrix wants to merge 1 commit intoagherzan:scarthgapfrom
embetrix:feature/relax-settting-uboot-entry-addresses
Open

Relax UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS default definitions (scarthgap)#1574
embetrix wants to merge 1 commit intoagherzan:scarthgapfrom
embetrix:feature/relax-settting-uboot-entry-addresses

Conversation

@embetrix
Copy link
Copy Markdown

@embetrix embetrix commented Feb 2, 2026

linux-raspberrypi.inc: relax uboot ENTRYPOINT/LOADADDRESS definitions

Set UBOOT_ENTRYPOINT/UBOOT_LOADADDRESS using the weak assignment operator (?=)
to allow for easier override in downstream layers or machine configurations
without forcing a hardcoded value.

@embetrix embetrix changed the title Relax UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS default definitions Relax UBOOT_ENTRYPOINT and UBOOT_LOADADDRESS default definitions (scarthgap) Feb 2, 2026
Copy link
Copy Markdown
Owner

@agherzan agherzan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good. Thanks for looking into it and putting up the PR. Could I ask you to chisel a bit the git log message to match the layer's contributions guidelines? You will find git history also useful in examples.

Set UBOOT_ENTRYPOINT/UBOOT_LOADADDRESS using the weak assignment operator (?=)
to allow for easier override in downstream layers or machine configurations
without forcing a hardcoded value.

Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
@embetrix embetrix force-pushed the feature/relax-settting-uboot-entry-addresses branch from 6af32cb to 0f54148 Compare February 5, 2026 09:44
@embetrix
Copy link
Copy Markdown
Author

embetrix commented Feb 5, 2026

This looks good. Thanks for looking into it and putting up the PR. Could I ask you to chisel a bit the git log message to match the layer's contributions guidelines? You will find git history also useful in examples.

@agherzan I did rework the MR with your suggestion, hope its' okay now

Copy link
Copy Markdown
Owner

@agherzan agherzan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this. Makes sense to me.

@embetrix
Copy link
Copy Markdown
Author

@agherzan I’d ike to ask about the status of pending merge requests in general including mine, which have not received feedback for quite some time...

Contributors put significant efforts into implementing and testing their changes and even brief feedback or a review update would be greatly appreciated.

this can discourage people and may drive contributors away over time. perhaps consider handing over or sharing maintenance responsibilities with others who are willing to help?

@embetrix
Copy link
Copy Markdown
Author

any update on this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants