diff options
| author | Tom Rini <[email protected]> | 2017-01-25 20:42:38 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-28 14:04:26 -0500 |
| commit | cd7b634413ea25838185db2faffc313d4d571fa9 (patch) | |
| tree | a3b69e1416aa130eb27c5a5a58fb95c123906ab3 /include/configs/udoo.h | |
| parent | 4247fd69468e51af89083758d170a43608c5a4c5 (diff) | |
arm: Note vendor-required status of certain MACH_TYPE values
In the cases of some boards, a MACH_TYPE number is used which is either
not registered upstream or worse (for functionality) is re-using the
number of a different (or reference) platform instead. Make sure we
have a comment in these cases.
Cc: Albert ARIBAUD <[email protected]>
Cc: Walter Schweizer <[email protected]>
Cc: Stefan Roese <[email protected]>
Cc: Fabio Estevam <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Diffstat (limited to 'include/configs/udoo.h')
| -rw-r--r-- | include/configs/udoo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 961062178d2..90b682e1009 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -13,8 +13,8 @@ #include "imx6_spl.h" -#define MACH_TYPE_UDOO 4800 -#define CONFIG_MACH_TYPE MACH_TYPE_UDOO +/* Provide the MACH_TYPE value that the vendor kernel requires. */ +#define CONFIG_MACH_TYPE 4800 /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (2 * SZ_1M) |
