commit | 77d229c760fbf63df12b6bf94b03daf5fb361e79 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Apr 06 09:48:58 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Apr 25 15:31:28 2023 -0400 |
tree | 3d0e8532bd1419bca8e0b92b40060e399756d331 | |
parent | 18bcd4a374538bb61daf2b3f4f0c528e89e31121 [diff] |
api: Rework menu, and make it depend on CC_IS_GCC We can only use the old U-Boot API for standalone applications when building U-Boot with GCC as it relies upon the "gd is a register" trick that only GCC supports. Further, rework the rest of the options so that they are in the API menu and only visible if API support is enabled. Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>