From: Hannes Schmelzer Date: Fri, 19 Feb 2016 11:09:46 +0000 (+0100) Subject: board/BuR/kwb: cosmetic changes X-Git-Tag: v2016.03-rc3~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e475abef3b2432451828630e9c7c4c507ecbeb7;p=platform%2Fkernel%2Fu-boot.git board/BuR/kwb: cosmetic changes - fixup typo - fixup identation Signed-off-by: Hannes Schmelzer Reviewed-by: Tom Rini --- diff --git a/include/configs/kwb.h b/include/configs/kwb.h index b39bcfa..60e6496 100644 --- a/include/configs/kwb.h +++ b/include/configs/kwb.h @@ -107,9 +107,9 @@ BUR_COMMON_ENV \ #define CONFIG_BOOTDELAY 0 /* undefine command which we not need here */ -#undef CONFIG_BOOTM_NETBSD -#undef CONFIG_BOOTM_PLAN9 -#undef CONFIG_BOOTM_RTEMS +#undef CONFIG_BOOTM_NETBSD +#undef CONFIG_BOOTM_PLAN9 +#undef CONFIG_BOOTM_RTEMS /* Support both device trees and ATAGs. */ #define CONFIG_OF_LIBFDT @@ -148,4 +148,4 @@ BUR_COMMON_ENV \ #define CONFIG_CMD_FS_GENERIC #endif /* CONFIG_MMC, ... */ -#endif /* ! __CONFIG_TSERIES_H__ */ +#endif /* __CONFIG_KWB_H__ */