diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-06-25 14:45:35 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-06-26 10:17:19 +0200 |
commit | 3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0 (patch) | |
tree | 72ab68b5a4aef993a6fb6c472a6cfd561ed8ca3b /include/configs | |
parent | 5d2ad2bc33e3a568409ebae8afba50a2b782d1be (diff) | |
download | u-boot-imx-3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0.zip u-boot-imx-3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0.tar.gz u-boot-imx-3f4c01d9f9d38e383f004dcd06c0d5661f2a57e0.tar.bz2 |
mx25pdk: Remove CONFIG_SYS_GENERIC_BOARD
With CONFIG_SYS_GENERIC_BOARD the board hangs after issuing a 'save' command.
Remove CONFIG_SYS_GENERIC_BOARD until this issue can be fixed properly.
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, 0 insertions, 2 deletions
diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index cfaf6ca..aff2419 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -26,8 +26,6 @@ #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 */ |