
31 Dec
2019
31 Dec
'19
6:18 p.m.
Hi Pragnesh,
Minor comments regarding coding style, see below.
// Probably don't need to do this, since
// all the other stuff has been happening.
// But it is on the wave form.
U-boot is mostly implemented in C, we should *not* use C++ style comments(//). is this something picked from BSP code ?
+#include "include/ccache.h" +#include "include/fu540-memory-map.h"
This looks bit strange, I mean the double include above
+// Inlining header functions in C +// https://stackoverflow.com/a/23699777/7433423
This could be conveyed in comments rather then pointing some external link.
Thanks -Amit.