commit | d6c1ec8c5b2a0ddb9563f280cf7b22336d4378f1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 26 14:31:10 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Nov 07 14:48:19 2023 -0500 |
tree | 011298e1bce438f28a0aa6e0607ab95134974299 | |
parent | 6351f41157dd84c66f7bbfb0c736a1a893671702 [diff] |
buildman: Use oldconfig when adjusting the config We cannot be sure that the new config is consistent, particularly when changing a major item like CONFIG_CMDLINE. Use 'make oldconfig' to check that and avoid any such problems. Signed-off-by: Simon Glass <sjg@chromium.org>