Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-25 | bdinfo: m68k: ppc: Move arch-specific code from bdinfo | Simon Glass | |
We don't have an easy way to share these three lines of code with two architectures. We also want to make it clear that this code is actually arch-specific. So just duplicate it in each arch-specific file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> | |||
2020-06-25 | bdinfo: ppc: Move PPC-specific info into its own file | Simon Glass | |
We don't really want to have PPC-specific code in a generic file. Create a new arch-specific function to hold it, and move it into that. Make the function weak so that any arch can implement it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de> |