From 14476ddee27aa88798b7e03c1844e20ff9d98a02 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:19 -0600 Subject: Correct defconfigs using savedefconfig Update the defconfig files to match their canonical form, as produced by 'make safedefconfig'. This is the result of running 'tools/moveconfig.py -s' on the tree. Signed-off-by: Simon Glass --- configs/tb100_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/tb100_defconfig') diff --git a/configs/tb100_defconfig b/configs/tb100_defconfig index 6dc224282b..cd7463148f 100644 --- a/configs/tb100_defconfig +++ b/configs/tb100_defconfig @@ -1,6 +1,7 @@ CONFIG_ARC=y CONFIG_TARGET_TB100=y CONFIG_SYS_CLK_FREQ=500000000 +CONFIG_DM_SERIAL=y CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="abilis_tb100" CONFIG_BOOTDELAY=3 -- cgit v1.2.3