From 1af3c7f422f627a544fec13e436d1a7975e39e73 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 10 May 2020 11:40:09 -0600 Subject: common: Drop linux/stringify.h from common header Move this uncommon header out of the common header. Signed-off-by: Simon Glass --- include/configs/nitrogen6x.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/nitrogen6x.h') diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index a5ca5f9..f3081f4 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -113,6 +113,7 @@ DISTRO_BOOT_DEV_DHCP(func) #include +#include #define CONFIG_EXTRA_ENV_SETTINGS \ "console=ttymxc1\0" \ -- cgit v1.1