diff options
author | Alex Marginean <alexandru.marginean@nxp.com> | 2020-01-11 01:05:36 +0200 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-01-24 14:28:26 +0530 |
commit | 2a322ff8121b66db138c74c1b6b657e326f60a8b (patch) | |
tree | f3b610dd137c7ae6893ddef3a33d07b9efc1a4f7 /configs/lx2160ardb_tfa_defconfig | |
parent | 430a5542f33153b30a283c1d28d92f5826b176a1 (diff) | |
download | u-boot-2a322ff8121b66db138c74c1b6b657e326f60a8b.tar.gz u-boot-2a322ff8121b66db138c74c1b6b657e326f60a8b.tar.xz u-boot-2a322ff8121b66db138c74c1b6b657e326f60a8b.zip |
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 <alexandru.marginean@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/lx2160ardb_tfa_defconfig')
-rw-r--r-- | configs/lx2160ardb_tfa_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/lx2160ardb_tfa_defconfig b/configs/lx2160ardb_tfa_defconfig index 17a7f9d04e..b998cb64dd 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 |