diff options
author | Gaurav Jain <gaurav.jain@nxp.com> | 2022-03-24 11:50:35 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 11:20:01 +0200 |
commit | 8976556a8a9207116d64014d9caeca60799d5f8a (patch) | |
tree | a27957e73a299920e4339ce2b11401aa3462f394 /configs/ls1046aqds_defconfig | |
parent | 88071ca2bb80d8b59fbd3ab5ae60b4519bb40aa9 (diff) | |
download | u-boot-8976556a8a9207116d64014d9caeca60799d5f8a.zip u-boot-8976556a8a9207116d64014d9caeca60799d5f8a.tar.gz u-boot-8976556a8a9207116d64014d9caeca60799d5f8a.tar.bz2 |
Layerscape: Enable Job ring driver model.
LS(1021/1012/1028/1043/1046/1088/2088), LX2160, LX2162
platforms are enabled with JR driver model.
removed sec_init() call from board files.
sec is initialized based on job ring information processed
from device tree.
Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Reviewed-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'configs/ls1046aqds_defconfig')
-rw-r--r-- | configs/ls1046aqds_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls1046aqds_defconfig b/configs/ls1046aqds_defconfig index 7d7afc7..3d4bf8f 100644 --- a/configs/ls1046aqds_defconfig +++ b/configs/ls1046aqds_defconfig @@ -56,6 +56,7 @@ CONFIG_DM=y CONFIG_SATA=y CONFIG_SATA_CEVA=y CONFIG_FSL_CAAM=y +CONFIG_ARCH_MISC_INIT=y CONFIG_DYNAMIC_DDR_CLK_FREQ=y CONFIG_DDR_ECC=y CONFIG_ECC_INIT_VIA_DDRCONTROLLER=y |