From 2a322ff8121b66db138c74c1b6b657e326f60a8b Mon Sep 17 00:00:00 2001 From: Alex Marginean Date: Sat, 11 Jan 2020 01:05:36 +0200 Subject: board: fsl: lx2160a: free up arch_misc_init Currently LX2 board code uses arch_misc_init to set up the board mux on RDB and QDS. Move this code to misc_init_r. This is consistent with LS gen 2 and T series SoCs/boards. Signed-off-by: Alex Marginean Reviewed-by: Priyanka Jain --- configs/lx2160ardb_tfa_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/lx2160ardb_tfa_defconfig') diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index 17a7f9d04ea..b998cb64dd6 100644 --- a/configs/lx2160ardb_tfa_defconfig +++ b/configs/lx2160ardb_tfa_defconfig @@ -19,6 +19,7 @@ CONFIG_BOOTDELAY=10 CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="console=ttyAMA0,115200 root=/dev/ram0 earlycon=pl011,mmio32,0x21c0000 ramdisk_size=0x2000000 default_hugepagesz=1024m hugepagesz=1024m hugepages=2 pci=pcie_bus_perf" # CONFIG_USE_BOOTCOMMAND is not set +CONFIG_MISC_INIT_R=y CONFIG_CMD_GREPENV=y CONFIG_CMD_EEPROM=y CONFIG_CMD_GPT=y -- cgit