Commit 0468aa39 authored by Marek Vasut's avatar Marek Vasut
Browse files

rcar_gen3: plat: Add missing platform auto-detection name



Add missing TARGET_NAME for the case where RCAR_LSI is set to AUTO,
which is platform auto-detection.
Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
parent b51a773e
......@@ -74,6 +74,8 @@ extern void rcar_dma_init(void);
#elif RCAR_LSI == RCAR_E3
#define TARGET_PRODUCT RCAR_PRODUCT_E3
#define TARGET_NAME "R-Car E3"
#elif RCAR_LSI == RCAR_AUTO
#define TARGET_NAME "R-Car H3/M3/M3N"
#endif
#if (RCAR_LSI == RCAR_E3)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment