diff options
author | Tom Rini <trini@konsulko.com> | 2020-03-30 07:46:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-03-30 14:14:07 -0400 |
commit | 8e4af8f6d83e6d08b10939a9ce994897c6c837aa (patch) | |
tree | a495aab48cff96a57655541e2bc96580c8f4b0af /include/configs/ls1021aiot.h | |
parent | 3c4fb0e91e25c0a1c9b4a30e66fc87219eb0d827 (diff) | |
parent | 3ec7900b230aed8c35209eeb162fa75f759db69c (diff) |
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
- Fixes env variable for layerscape platforms, disable hs200.
- Fixes board fixup, mux setting, enable gic, fspi on lx2160a, Fixes I2C
DM Warning on ls1043a, ls1046a
- Fixes RGMII port on ls1046ardb, ls1046ardb and DM_USB Warning on
ls1012afrdm, ls1021aiot
Diffstat (limited to 'include/configs/ls1021aiot.h')
-rw-r--r-- | include/configs/ls1021aiot.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 1d218aa703..7821e98a27 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -207,12 +207,13 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "bootargs=root=/dev/ram0 rw console=ttyS0,115200\0" \ -"initrd_high=0xffffffff\0" \ -"fdt_high=0xffffffff\0" +"initrd_high=0xffffffff\0" /* * Miscellaneous configurable options */ +#define CONFIG_SYS_BOOTMAPSZ (256 << 20) + #define CONFIG_CMD_GREPENV #define CONFIG_CMD_MEMINFO |