From 4edb9458b2a3fde10a141967c889074fac914c77 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 22 Feb 2016 22:55:40 -0700 Subject: Correct defconfig ordering Various boards have the wrong Kconfig ordering now. To avoid a misleading diff in the next patch, reorder the configuration correctly. Signed-off-by: Simon Glass --- configs/igep0020_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/igep0020_defconfig') diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig index a96c130900..805a224c84 100644 --- a/configs/igep0020_defconfig +++ b/configs/igep0020_defconfig @@ -7,5 +7,5 @@ CONFIG_SYS_EXTRA_OPTIONS="MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_ONENAND" # CONFIG_CMD_FLASH is not set CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set -CONFIG_SYS_NS16550=y CONFIG_NET_RANDOM_ETHADDR=y +CONFIG_SYS_NS16550=y -- cgit