nb/intel/i945/gma.c: Add whitespace around '<<'
Change-Id: Ic01bbae9acaabaade777db52825aa80d25fc5961 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/20410 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
This commit is contained in:
parent
127d339580
commit
692e7df6c1
|
@ -40,7 +40,7 @@
|
|||
#define DISPPLANE_BGRX888 (0x6<<26)
|
||||
#define DPLLB_LVDS_P2_CLOCK_DIV_7 (1 << 24) /* i915 */
|
||||
|
||||
#define DPLL_INTEGRATED_CRI_CLK_VLV (1<<14)
|
||||
#define DPLL_INTEGRATED_CRI_CLK_VLV (1 << 14)
|
||||
|
||||
#define PGETBL_CTL 0x2020
|
||||
#define PGETBL_ENABLED 0x00000001
|
||||
|
|
Loading…
Reference in New Issue