diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-16 08:31:05 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-16 08:31:05 -0500 |
commit | b89074f65047c4058741ed2bf3e6ff0c5af4c5bc (patch) | |
tree | 5914ea3da258d0891278a5452e11f4a49b283e87 /include/configs | |
parent | d391c13c99a2b48c98cef6df4479247cd4e62f9d (diff) | |
parent | 6ed4d26c21e46ed00ea65679b40aaf967d043dfd (diff) |
Merge tag 'u-boot-imx-2019-02-16' of git://git.denx.de/u-boot-imx
u-boot-imx-2019-02-16
---------------------
- vhybrid: add calibration
- gw_ventana: fixes
- Improve documentation for Secure Boot (HABv4)
- Fix Marvell Switch
- MX6 Sabre, switch to DM
- Fixes for NAND
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/imx6_logic.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/imx6_logic.h b/include/configs/imx6_logic.h index e55941408c..70cc63fc1b 100644 --- a/include/configs/imx6_logic.h +++ b/include/configs/imx6_logic.h @@ -144,6 +144,8 @@ #define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x200000 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x00500000 +#define CONFIG_SYS_NAND_USE_FLASH_BBT + /* MTD device */ /* DMA stuff, needed for GPMI/MXS NAND support */ @@ -162,7 +164,7 @@ /* Falcon Mode */ #define CONFIG_SPL_FS_LOAD_ARGS_NAME "args" #define CONFIG_SPL_FS_LOAD_KERNEL_NAME "uImage" -#define CONFIG_SYS_SPL_ARGS_ADDR 0x15000000 +#define CONFIG_SYS_SPL_ARGS_ADDR 0x18000000 /* Falcon Mode - MMC support: args@1MB kernel@2MB */ #define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x800 /* 1MB */ |