soc: arm: atmel: sam4s: Fix Kconfig typo
In soc.h reference to CONFIG_SOC_PART_NUMBER_SAM4S18B should have been CONFIG_SOC_PART_NUMBER_SAM4S8. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
dbf7af7f43
commit
20838b493b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
#include <sam4s16b.h>
|
||||
#elif defined(CONFIG_SOC_PART_NUMBER_SAM4S8C)
|
||||
#include <sam4s8c.h>
|
||||
#elif defined(CONFIG_SOC_PART_NUMBER_SAM4S18B)
|
||||
#elif defined(CONFIG_SOC_PART_NUMBER_SAM4S8B)
|
||||
#include <sam4s8b.h>
|
||||
#elif defined(CONFIG_SOC_PART_NUMBER_SAM4S4C)
|
||||
#include <sam4s4c.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue