diff options
author | Tom Rini <trini@konsulko.com> | 2019-06-28 08:00:22 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-28 08:00:22 -0400 |
commit | 0352e878d2b80b2575e02310e891e936251b3992 (patch) | |
tree | 3a35d816b28031ae2f5a8243afcf324779b4031f /include/configs/pico-imx7d.h | |
parent | cb8cc1d8fbf9c4254a2018ad697fc6fd08fbb158 (diff) | |
parent | 0ac662da35e48b859b5d43e0c86f233f25730ee5 (diff) |
Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2019.07
- menlo board
- allow SDB on Sabre
- HAB for mx6sl
- apalis board
Diffstat (limited to 'include/configs/pico-imx7d.h')
-rw-r--r-- | include/configs/pico-imx7d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/pico-imx7d.h b/include/configs/pico-imx7d.h index 9a3b3b1e80b..91015402efd 100644 --- a/include/configs/pico-imx7d.h +++ b/include/configs/pico-imx7d.h @@ -79,7 +79,6 @@ #define CONFIG_SYS_MMC_IMG_LOAD_PART 1 #define CONFIG_EXTRA_ENV_SETTINGS \ - "script=boot.scr\0" \ "image=zImage\0" \ "splashpos=m,m\0" \ "console=ttymxc4\0" \ |