Message ID | 20200406155140.29854-2-karlp@tweak.net.au |
---|---|
State | New |
Headers | show |
Series | [1/2] sunxi: allow bigger images for all | expand |
On Mon, Apr 6, 2020 at 9:21 PM Karl Palsson <karlp at tweak.net.au> wrote: > > Nothing standout, but provide a defconfig that matches the dts available > for this board. Effectively identical to the nanopi_neo_air. > > Signed-off-by: Karl Palsson <karlp at tweak.net.au> > --- Applied to u-boot-sunx/master
diff --git a/configs/nanopi_duo2_defconfig b/configs/nanopi_duo2_defconfig new file mode 100644 index 0000000000..e81141fa0d --- /dev/null +++ b/configs/nanopi_duo2_defconfig @@ -0,0 +1,11 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_SPL=y +CONFIG_MACH_SUN8I_H3=y +CONFIG_DRAM_CLK=408 +# CONFIG_VIDEO_DE2 is not set +# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_CONSOLE_MUX=y +CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-duo2" +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y
Nothing standout, but provide a defconfig that matches the dts available for this board. Effectively identical to the nanopi_neo_air. Signed-off-by: Karl Palsson <karlp at tweak.net.au> --- configs/nanopi_duo2_defconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/nanopi_duo2_defconfig