summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/parmer/buildOpts.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-29 21:41:41 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-02 07:39:51 +0000
commite3e3f4f4ed4fee2f739806a81a7323fefe63e96d (patch)
tree56fe3cdaa378ed0e6719fb0b46ca6ec2fa73c110 /src/mainboard/amd/parmer/buildOpts.c
parent21b71ce66b89f7bff7959027d971e9a7786bf219 (diff)
downloadcoreboot-e3e3f4f4ed4fee2f739806a81a7323fefe63e96d.tar.xz
src: Get rid of unneeded whitespace
Change-Id: I3873cc8ff82cb043e4867a6fe8c1f253ab18714a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27295 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/amd/parmer/buildOpts.c')
-rw-r--r--src/mainboard/amd/parmer/buildOpts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/amd/parmer/buildOpts.c b/src/mainboard/amd/parmer/buildOpts.c
index af2046d81c..c55cf2cb3b 100644
--- a/src/mainboard/amd/parmer/buildOpts.c
+++ b/src/mainboard/amd/parmer/buildOpts.c
@@ -155,8 +155,8 @@
#if IS_ENABLED(CONFIG_GFXUMA)
#define BLDCFG_UMA_ALIGNMENT UMA_4MB_ALIGNED
#define BLDCFG_UMA_ALLOCATION_MODE UMA_SPECIFIED
-//#define BLDCFG_UMA_ALLOCATION_SIZE 0x1000//0x1800//0x1000 /* (1000 << 16) = 256M*/
-#define BLDCFG_UMA_ALLOCATION_SIZE 0x2000//512M
+//#define BLDCFG_UMA_ALLOCATION_SIZE 0x1000//0x1800//0x1000 /* (1000 << 16) = 256M*/
+#define BLDCFG_UMA_ALLOCATION_SIZE 0x2000//512M
#define BLDCFG_UMA_ABOVE4G_SUPPORT FALSE
#endif