summaryrefslogtreecommitdiff
path: root/include/configs/kp_imx53.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert CONFIG_USB_EHCI_MX5 to KconfigLukasz Majewski2019-04-251-1/+0
| | | | | | | This converts the following to Kconfig: CONFIG_USB_EHCI_MX5 Signed-off-by: Lukasz Majewski <lukma@denx.de>
* ARM: config: Remove not needed CONFIG_MXC_USB_PORT defineLukasz Majewski2019-04-251-1/+0
| | | | | | | After i.MX5's EHCI conversion to DM, the CONFIG_MXC_USB_PORT is not needed anymore and should be removed. Signed-off-by: Lukasz Majewski <lukma@denx.de>
* ARM: kp_imx53: config: Do not use ${boardtype} to setup update wic fileLukasz Majewski2019-04-251-1/+1
| | | | | | | After unification of the rootfs for both HSC and DDC devices, only one, common wic file is necessary - without the distinction of specific board. Signed-off-by: Lukasz Majewski <lukma@denx.de>
* ARM: Remove non DM/DTS esdhc3 code from HSC|DDC board related filesLukasz Majewski2019-04-251-4/+0
| | | | | | | After switching to DM/DTS support of esdhc3 - the code in this patch can be removed. Signed-off-by: Lukasz Majewski <lukma@denx.de>
* ARM: defconfig: Move CONFIG_FSL_ESDHC to KconfigLukasz Majewski2019-04-251-1/+0
| | | | | | | The CONFIG_FSL_ESDHC is now enabled and defined in Kconfig, not in include/configs/kp_imx53.h Signed-off-by: Lukasz Majewski <lukma@denx.de>
* cosmetic: Remove not needed string from kp_imx53.h configLukasz Majewski2019-04-021-2/+0
| | | | Signed-off-by: Lukasz Majewski <lukma@denx.de>
* Convert CONFIG_MII et al to KconfigAdam Ford2018-08-171-1/+0
| | | | | | | | | | This converts the following to Kconfig: CONFIG_MII CONFIG_DRIVER_TI_EMAC Signed-off-by: Adam Ford <aford173@gmail.com> Acked-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>
* configs: Migrate CONFIG_NR_DRAM_BANKSTom Rini2018-08-161-1/+0
| | | | | | | | | | | We have the following cases: - CONFIG_NR_DRAM_BANKS was defined, migrate normally - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for CONFIG_NR_DRAM_BANKS after a check, just migrate it over now. - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 + 2), set this to 8. Signed-off-by: Tom Rini <trini@konsulko.com>
* board: Silent out the console on the K+P's imx53 boardsLukasz Majewski2018-06-181-0/+1
| | | | | | | Disable console output by default on imx53 based boards from K+P. Signed-off-by: Lukasz Majewski <lukma@denx.de>
* Fixup various SPDX tags from the latest mergeTom Rini2018-05-181-2/+1
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* arm: imx53: Add support for imx53 boards from K+PLukasz Majewski2018-05-181-0/+113
This commit adds support for DDC and HSC boards from K+P in u-boot. Console output: U-Boot 2018.05-rc2-00090-g752b7ed6f9 (Apr 26 2018 - 14:24:24 +0200) CPU: Freescale i.MX53 rev2.1 at 800 MHz Reset cause: WDOG Model: K+P iMX53 DRAM: 512 MiB MMC: FSL_SDHC: 0 Loading Environment from MMC... OK In: serial Out: serial Err: serial Module EEPROM: ID: TQMa53-CB.0401 SN: 63152762 MAC: 00:0b:64:03:14:2a BBoard:40x0 Rev:10 Net: eth0: ethernet@63fec000 Hit any key to stop autoboot: 0 Signed-off-by: Lukasz Majewski <lukma@denx.de>