From 6ef2e75032cb289e191551546947abfe7abcac1f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 12 Sep 2016 23:18:30 -0600 Subject: spear: Use upper case for CONFIG options There are a few options which use lower case. We should use upper case for all CONFIG options. Signed-off-by: Simon Glass [trini: Add usbtty/nand hunk to include/configs/spear3xx_evb.h] Signed-off-by: Tom Rini --- configs/spear310_pnor_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/spear310_pnor_defconfig') diff --git a/configs/spear310_pnor_defconfig b/configs/spear310_pnor_defconfig index 4ab49d9..e0ad7dc 100644 --- a/configs/spear310_pnor_defconfig +++ b/configs/spear310_pnor_defconfig @@ -1,6 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR310=y -CONFIG_SYS_EXTRA_OPTIONS="spear310,FLASH_PNOR" +CONFIG_SYS_EXTRA_OPTIONS="SPEAR310,FLASH_PNOR" CONFIG_BOOTDELAY=1 CONFIG_CMD_I2C=y # CONFIG_CMD_SETEXPR is not set -- cgit v1.1