diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-08-21 10:02:25 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-09 16:55:22 +0200 |
commit | f4fb5ef045e1c53fc92b34d53e58a3c2ebabd4e1 (patch) | |
tree | d80d3ea0e3062487a4322b9dd7735308209109a3 /configs/mx6dlsabresd_defconfig | |
parent | 89e69fd4a96bcab2469d3d084ba335c6b925771a (diff) | |
download | u-boot-imx-f4fb5ef045e1c53fc92b34d53e58a3c2ebabd4e1.zip u-boot-imx-f4fb5ef045e1c53fc92b34d53e58a3c2ebabd4e1.tar.gz u-boot-imx-f4fb5ef045e1c53fc92b34d53e58a3c2ebabd4e1.tar.bz2 |
mx6dlsabresd: Use its own DCD table
Currently mx6dlsabresd shares the same DCD settings with the nitrogen board.
Provide a DCD configuration file specific to mx6dlsabresd with the settings
recommended by the Freescale hardware team.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'configs/mx6dlsabresd_defconfig')
-rw-r--r-- | configs/mx6dlsabresd_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6dlsabresd_defconfig b/configs/mx6dlsabresd_defconfig index 9ce960e..7f6cdff 100644 --- a/configs/mx6dlsabresd_defconfig +++ b/configs/mx6dlsabresd_defconfig @@ -1,3 +1,3 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6dlsabresd.cfg,MX6DL" CONFIG_ARM=y CONFIG_TARGET_MX6SABRESD=y |