diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-02-13 21:55:40 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2023-02-14 00:58:08 +0300 |
commit | 8d57468ee53a9097305999ea5f31d26a5d4fced0 (patch) | |
tree | 875c364bfcb1c4b8cd6e82092f79016564396b3b /resources/u-boot/default/board.cfg | |
parent | 6b4a14ce4ac7557bacf607b80cb61d45cb5e8815 (diff) |
u-boot: Update to v2023.01
Set default U-Boot revision to v2023.01 and rebase patches on top of
that. Upstream kconfig status is a bit unstable, so updating configs
with `make oldconfig` would miss important upstream changes.
For each board, run `make savedefconfig` and `diffconfig -m` at the old
version to get a diff from upstream defconfigs. Fix those affected by
upstream changes, like SYS_TEXT_BASE being renamed to TEXT_BASE. Then
append those to the new version's defconfigs and run `make olddefconfig`
to get updated configs.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/u-boot/default/board.cfg')
-rw-r--r-- | resources/u-boot/default/board.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/u-boot/default/board.cfg b/resources/u-boot/default/board.cfg index 7967e54b..4e4f4ac6 100644 --- a/resources/u-boot/default/board.cfg +++ b/resources/u-boot/default/board.cfg @@ -1,2 +1,2 @@ ubtree="default" -ubrevision="4debc57a3da6c3f4d3f89a637e99206f4cea0a96" # v2022.10 +ubrevision="62e2ad1ceafbfdf2c44d3dc1b6efc81e768a96b9" # v2023.01 |