From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/configs/nanopi_neo_defconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roms/u-boot/configs/nanopi_neo_defconfig (limited to 'roms/u-boot/configs/nanopi_neo_defconfig') diff --git a/roms/u-boot/configs/nanopi_neo_defconfig b/roms/u-boot/configs/nanopi_neo_defconfig new file mode 100644 index 000000000..c02551963 --- /dev/null +++ b/roms/u-boot/configs/nanopi_neo_defconfig @@ -0,0 +1,12 @@ +CONFIG_ARM=y +CONFIG_ARCH_SUNXI=y +CONFIG_DEFAULT_DEVICE_TREE="sun8i-h3-nanopi-neo" +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_SUN8I_EMAC=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_OHCI_HCD=y -- cgit 1.2.3-korg