
Hi Daniel,
On mer., sept. 26 2018, Daniel Schwierzeck daniel.schwierzeck@gmail.com wrote:
On 25.09.2018 15:01, Gregory CLEMENT wrote:
Add common configuration header for the VCore III SoCs (currently Ocelot and Luton), but also the defconfig for the evaluation boards of these SoCs.
Signed-off-by: Gregory CLEMENT gregory.clement@bootlin.com
configs/mscc_luton_defconfig | 66 +++++++++++++++++++++++++ configs/mscc_ocelot_defconfig | 57 ++++++++++++++++++++++ configs/mscc_ocelot_pcb120_defconfig | 56 ++++++++++++++++++++++ include/configs/vcoreiii.h | 72 ++++++++++++++++++++++++++++ 4 files changed, 251 insertions(+) create mode 100644 configs/mscc_luton_defconfig create mode 100644 configs/mscc_ocelot_defconfig create mode 100644 configs/mscc_ocelot_pcb120_defconfig create mode 100644 include/configs/vcoreiii.h
should also be added along with the board code
Done too
Gregory