commit | c614dafeef64c1cc949388a350063988315e848f | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Fri Jun 02 17:54:01 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Jun 03 17:55:18 2017 -0400 |
tree | be27c41e3db31c3e9831969205f470b5d3982e9a | |
parent | 9b69fb9c7af3505c4ae1695a7f1739005d688009 [diff] |
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>