summaryrefslogtreecommitdiff
path: root/configs/licheepi_nano_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-08 23:50:55 +0000
committerTom Rini <trini@konsulko.com>2022-02-09 09:28:58 -0500
commitcccc4ab86f5e64ea6fe1e79b3ca2453baa049120 (patch)
treee0863f7cced9c153b8b083575d52faec05fae8d7 /configs/licheepi_nano_defconfig
parentbc39e41818d86c46639a5d70540c167897c30120 (diff)
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py and update scripts/pylint.base Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/licheepi_nano_defconfig')
-rw-r--r--configs/licheepi_nano_defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/licheepi_nano_defconfig b/configs/licheepi_nano_defconfig
index ecec869d18..2ac0ef4285 100644
--- a/configs/licheepi_nano_defconfig
+++ b/configs/licheepi_nano_defconfig
@@ -1,11 +1,11 @@
CONFIG_ARM=y
-CONFIG_ARCH_SUNXI=y
-CONFIG_MACH_SUNIV=y
CONFIG_SKIP_LOWLEVEL_INIT_ONLY=y
CONFIG_SPL_SKIP_LOWLEVEL_INIT_ONLY=y
-CONFIG_DRAM_CLK=156
CONFIG_SYS_DCACHE_OFF=y
-CONFIG_DRAM_ZQ=0
-# CONFIG_VIDEO_SUNXI is not set
+CONFIG_ARCH_SUNXI=y
CONFIG_DEFAULT_DEVICE_TREE="suniv-f1c100s-licheepi-nano"
CONFIG_SPL=y
+CONFIG_MACH_SUNIV=y
+CONFIG_DRAM_CLK=156
+CONFIG_DRAM_ZQ=0
+# CONFIG_VIDEO_SUNXI is not set