diff options
author | Fabio Estevam <festevam@gmail.com> | 2021-02-13 22:49:52 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-03-01 10:21:36 +0100 |
commit | 5c8db4922d42084fd29b36fcac287fe067d26f31 (patch) | |
tree | 4222eeb04d96f80c64e5b318caf0f5aaa6999eef /arch/arm | |
parent | a48c22bc52503a68b9efc25dc886d6cbc3e566dc (diff) | |
download | u-boot-5c8db4922d42084fd29b36fcac287fe067d26f31.tar.gz |
mx53loco: Convert to driver model
Make the conversion to driver model as it is mandatory.
Remove the SATA support for now as the i.MX53 support has not
been added yet.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index 33e483f4fb..b28d179467 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -652,6 +652,7 @@ dtb-$(CONFIG_MX28) += \ imx28-xea.dtb dtb-$(CONFIG_MX53) += imx53-cx9020.dtb \ + imx53-qsb.dtb \ imx53-kp.dtb \ imx53-m53menlo.dtb |