diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-25 20:42:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:26 -0500 |
commit | cd7b634413ea25838185db2faffc313d4d571fa9 (patch) | |
tree | a3b69e1416aa130eb27c5a5a58fb95c123906ab3 /include/configs/work_92105.h | |
parent | 4247fd69468e51af89083758d170a43608c5a4c5 (diff) | |
download | u-boot-cd7b634413ea25838185db2faffc313d4d571fa9.tar.gz |
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 <albert.aribaud@3adev.fr>
Cc: Walter Schweizer <swwa@users.sourceforge.net>
Cc: Stefan Roese <sr@denx.de>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/work_92105.h')
-rw-r--r-- | include/configs/work_92105.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index 4ce8b09172..dd02142e32 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -18,8 +18,7 @@ * Define work_92105 machine type by hand -- done only for compatibility * with original board code */ -#define MACH_TYPE_WORK_92105 736 -#define CONFIG_MACH_TYPE MACH_TYPE_WORK_92105 +#define CONFIG_MACH_TYPE 736 #define CONFIG_SYS_ICACHE_OFF #define CONFIG_SYS_DCACHE_OFF |