Home
last modified time | relevance | path

Searched hist:"391 b037ee6f50d29a8eb5a2953dcf3021cae9155" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dk2g_evm.h391b037ee6f50d29a8eb5a2953dcf3021cae9155 Fri Jun 02 12:24:01 UTC 2017 Sekhar Nori <nsekhar@ti.com> configs: k2g_evm: make sure config fallbacks take effect

Since config fallbacks contained in include/config_fallbacks.h
come into k2g_evm.h file through ti_armv7_keystone2.h, it should
be the last file included.

Without this, #define of FAT_WRITE when environment is in FAT
does not happen as the environment location is decided later
in the file.

Similar issues can come with other config fallbacks implemented.

Signed-off-by: Sekhar Nori <nsekhar@ti.com>