diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-05-13 14:40:10 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-06-06 10:53:57 +0200 |
commit | aaef49da5ea9c3518dde9ecfaf117035607d03fb (patch) | |
tree | 1b4537c435392227288212e7c52faba208218df5 /include/configs | |
parent | 22452fd821300ef715c2c9d62ea466767e5eafd3 (diff) | |
download | u-boot-imx-aaef49da5ea9c3518dde9ecfaf117035607d03fb.zip u-boot-imx-aaef49da5ea9c3518dde9ecfaf117035607d03fb.tar.gz u-boot-imx-aaef49da5ea9c3518dde9ecfaf117035607d03fb.tar.bz2 |
mx25pdk: Add generic board support
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx25pdk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index aff2419..cfaf6ca 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -26,6 +26,8 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_SYS_GENERIC_BOARD + #define CONFIG_MACH_TYPE MACH_TYPE_MX25_3DS /* Size of malloc() pool */ |