mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-06-14 04:16:15 -07:00
Currently the build tool always find the config data yaml file from the brd_name path. With this update, it will first search yaml file from brd_name_override path, if yaml file could not be found, then it will search yaml file from brd_name path. And currently it would generate ConfigDataStruct.h and ConfigDataDynamic.h in brd_name path. With this change, generate them in board common path. With this change, full config data could be in brd_name or in brd_name_override path. Signed-off-by: Guo Dong <guo.dong@intel.com>