Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/arch/arm/dts



On Sep 12, 11:17am, jun%soum.co.jp@localhost (Jun Ebihara) wrote:
-- Subject: Re: CVS commit: src/sys/arch/arm/dts

| From: christos%astron.com@localhost (Christos Zoulas)
| Subject: Re: CVS commit: src/sys/arch/arm/dts
| Date: Mon, 11 Sep 2017 21:10:04 +0000 (UTC)
| 
| >>+#include
| >>"../../../external/gpl2/dts/dist/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts"
| >>+
| > Why does it need the full path? Doesn't:
| > #include "sun8i-h3-orangepi-one.dts"
| > work?
| 
| it does not works,christos.
| it makes "#include nested too deeply" error as looks itself.
| 
| To recognize framebuffer console,
| need merged result to make sun8i-h3-orangepi-one.dtb,
| and copy sun8i-h3-orangepi-one.dtb to the directory with netbsd.ub.
| 
| "/usr/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/sun8i-h3-orangepi-one.dts"  ... original configration.
|  +
| "/usr/src/sys/arch/arm/dts/sun8i-h3-orangepi-one.dts" .. config for NetBSD
|  +
| "/usr/src/sys/arch/arm/dts/sun8i-h3.dtsi"  ... framebuffer enabled

How about #include_next "..."?

christos


Home | Main Index | Thread Index | Old Index