summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/include/soc/sdram_param.h
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-08-30 13:51:44 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-09-01 03:06:04 +0000
commit8e6d5f2937c169914e46b5ebc973e5df5e4290a7 (patch)
tree1550c8877877a7a9b197da65bcff76f878bee560 /src/soc/nvidia/tegra210/include/soc/sdram_param.h
parentb7a68d5b05259a07a84a546e6a7e40948ba705ac (diff)
downloadcoreboot-8e6d5f2937c169914e46b5ebc973e5df5e4290a7.tar.gz
coreboot-8e6d5f2937c169914e46b5ebc973e5df5e4290a7.tar.bz2
coreboot-8e6d5f2937c169914e46b5ebc973e5df5e4290a7.zip
{include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent
Convert 0X -> 0x Signed-off-by: Subrata Banik <subrata.banik@intel.com> Change-Id: Iea3ca67908135d0e85083a05bad2ea176ca34095 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44926 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/nvidia/tegra210/include/soc/sdram_param.h')
-rw-r--r--src/soc/nvidia/tegra210/include/soc/sdram_param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/include/soc/sdram_param.h b/src/soc/nvidia/tegra210/include/soc/sdram_param.h
index 7513302d0565..f9d7c6b59250 100644
--- a/src/soc/nvidia/tegra210/include/soc/sdram_param.h
+++ b/src/soc/nvidia/tegra210/include/soc/sdram_param.h
@@ -38,7 +38,7 @@ enum {
NvBootMemoryType_Num,
/* Specifies an entry in the ram_code table that's not in use */
- NvBootMemoryType_Unused = 0X7FFFFFF,
+ NvBootMemoryType_Unused = 0x7FFFFFF,
};
enum {