
On Tue, Jan 9, 2018 at 8:04 AM, Peter Robinson pbrobinson@gmail.com wrote:
On Mon, Jan 8, 2018 at 7:01 AM, Ken Harris kjh@hokulea.org wrote:
Can you enable the "fdt apply" command on the "Orange Pi One" u-boot :
I think most AllWinner boards would likely want/need this functionality in one form or another (maybe tablets/laptops based on AllWinner are the exception here) so you might want to see how the maintainers want to handle it more as a default than enabling it on each individual device.
diff --git a/configs/orangepi_one_defconfig b/configs/orangepi_one_defconfig index 36feab204c..edc6f549dc 100644 --- a/configs/orangepi_one_defconfig +++ b/configs/orangepi_one_defconfig @@ -15,3 +15,6 @@ CONFIG_SPL=y CONFIG_SUN8I_EMAC=y CONFIG_USB_EHCI_HCD=y CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y +CONFIG_OF_LIBFDT=y +CONFIG_OF_LIBFDT_OVERLAY=y
Supported [1] already.
[1] http://git.denx.de/?p=u-boot-sunxi.git;a=commitdiff;h=e7deb5772cb13bca3cdca3...