diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-11-19 01:59:12 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-12-19 17:52:44 +0100 |
commit | 204ab93f7e0eccb61a55aa306b46e5fb9c9057ae (patch) | |
tree | 80fcf6b4c799a55f3d336733b11c7e9c2d1775bd /include | |
parent | 3ea11cacdd46226638184371ce5137caa33727ab (diff) | |
download | u-boot-imx-204ab93f7e0eccb61a55aa306b46e5fb9c9057ae.zip u-boot-imx-204ab93f7e0eccb61a55aa306b46e5fb9c9057ae.tar.gz u-boot-imx-204ab93f7e0eccb61a55aa306b46e5fb9c9057ae.tar.bz2 |
ARM: sbc35_a9g20: re-add MACH_TYPE_SBC35_A9G20
MACH_TYPE_SBC35_A9G20 was removed from mach-types.h.
Add it to the board config file.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/sbc35_a9g20.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/sbc35_a9g20.h b/include/configs/sbc35_a9g20.h index 1e355a8..cdf8659 100644 --- a/include/configs/sbc35_a9g20.h +++ b/include/configs/sbc35_a9g20.h @@ -36,6 +36,9 @@ #define CONFIG_ENV_IS_IN_EEPROM #endif +#define MACH_TYPE_SBC35_A9G20 1848 +#define CONFIG_MACH_TYPE MACH_TYPE_SBC35_A9G20 + /* ARM asynchronous clock */ #define CONFIG_SYS_AT91_SLOW_CLOCK 32768 /* slow clock xtal */ #define CONFIG_SYS_AT91_MAIN_CLOCK 12000000 /* 12.000 MHz crystal */ |