uboot/arch
Minkyu Kang 55a70c51ac arm: exynos: clean up checkpatch issues
This patch will fix these checkpatch issues.

ERROR: Macros with complex values should be enclosed in parentheses
+#define DEFAULT_DQS_X4		(DEFAULT_DQS << 24) || (DEFAULT_DQS << 16) \
+				|| (DEFAULT_DQS << 8) || (DEFAULT_DQS << 0)

		ERROR: space prohibited before that ',' (ctx:WxW)
+	writel(val , &drex0->concontrol);
 	           ^

ERROR: space prohibited before that ',' (ctx:WxW)
+	writel(val , &drex1->concontrol);
    	           ^

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2015-11-02 10:38:22 +09:00
..
arc
arm arm: exynos: clean up checkpatch issues 2015-11-02 10:38:22 +09:00
avr32
blackfin
m68k
microblaze microblaze: Add a TODO to call board_init_f_mem() 2015-10-24 13:50:37 -04:00
mips
nds32
nios2 nios2: fix virt_to_phys for nios2 with MMU 2015-10-23 14:55:48 +08:00
openrisc
powerpc Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq 2015-10-30 12:56:58 -04:00
sandbox sandbox: add ADC driver 2015-11-02 10:38:00 +09:00
sh
sparc
x86
.gitignore
Kconfig arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00