
5 Feb
2021
5 Feb
'21
6:31 p.m.
Hi list
First post here.
In my work to enable the display for pinebook-pro (for FreeBSD) I found
that, by some bisecting and manual bisecting,
0a2aaab0b678fd1778ff2fc59d0770fc82995532, is a problem..
Check here for links to my patches https://github.com/jsm222/u-boot-pinebookpro/blob/main/README.md
changing line https://gitlab.denx.de/u-boot/u-boot/-/commit/0a2aaab0b678fd1778ff2fc59d0770...
to if (IS_ENABLED(CONFIG_SPL_SEPARATE_BSS)) is a fix for me.
I'm new to u-boot so was 0a2aaab0b678fd1778ff2fc59d0770fc82995532 wrong
or is a config wrong?
Thanks.
/Jesper Schmitz Mouridsen